Searched refs:I12 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/
H A DCyclicInheritance.java22 interface I11 extends I12 {} // ERROR - Cyclic inheritance
23 interface I12 extends I11 {} // error in previous line could correctly be reported here as well interface in inherits:I11

Completed in 28 milliseconds