interface I11 extends I12 {} // ERROR - Cyclic inheritance interface I12 extends I11 {} // error in previous line could correctly be reported here as well
//-----
class C211 implements C211.I { // ERROR - may change pending resoluation of 4087020 interface I {}; // error in previous line could correctly be reported here as well
}
class C212 extends C212.C { // ERROR - Cyclic inheritance, subclass cannot enclose superclass staticclass C {}; // error in previous line could correctly be reported here as well
}
class C221 implements C221.I { // ERROR - Cannot access C21 (private) privateinterface I {}; // error in previous line could correctly be reported here as well
}
class C222 extends C222.C { // ERROR - Cannot access C22 (private) privatestaticclass C {}; // error in previous line could correctly be reported here as well
}
//-----
class C3 { class A { class B extends A {}
}
}
class C4 { class A extends B {} class B { class C extends A {}
}
}
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.