/*
*%E
*
* Simple "no-op" class used by CircularityErrorTest.sh to create a circularity
* condition.
*
*/
public interface B extends A {
}