1
Fork 0
mini-java/miniJava/tests/pa1_tests/fail169.java

9 lines
78 B
Java

// PA1 parse new fail
class Test {
void p() {
x = new Foo(10);
}
}