aboutsummaryrefslogtreecommitdiffstats
path: root/tests/new/UndefinedInner.java
blob: 1ea3617ed114082f7183eae495c25c3f6a8a5dd2 (plain)
1
2
3
4
5
6
7
8
9
// in 10rc2, this provokes a NPE at ConstructorDec.java:41
class error {
    class error2 {
        /** @testcase PR#588 PUREJAVA Undefined inner class constructor */
        public error2(); // expecting error here
    }
}