You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UndefinedInner.java 226B

123456789
  1. // in 10rc2, this provokes a NPE at ConstructorDec.java:41
  2. class error {
  3. class error2 {
  4. /** @testcase PR#588 PUREJAVA Undefined inner class constructor */
  5. public error2(); // expecting error here
  6. }
  7. }