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