// note that this test case was derived from 4466029, because it // also checks other features of -target 1.4 simultaneously. class A { int i = 12; abstractclass B {
{ foo(); } abstractvoid foo();
}
} publicclass Closure5 extends A { int i; publicstaticvoid main(String[] args) { new Closure5().new D();
} class D extends B { int i; void foo() { if (Closure5.super.i != 12) thrownew Error("4416605");
}
}
}
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 und die Messung sind noch experimentell.