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

/openjdk7/langtools/test/tools/javac/
H A DCyclicInheritance.java17 class C11 extends C12 {} // ERROR - Cyclic inheritance class in inherits:C12
18 class C12 extends C11 {} // error in previous line could correctly be reported here as well

Completed in 28 milliseconds