Searched defs:C12 (Results 1 - 1 of 1) sorted by relevance

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

Completed in 29 milliseconds