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

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

Completed in 45 milliseconds