1
Fork 0
mini-java/miniJava/tests/pa2_tests/fail214.java

7 lines
63 B
Java

// PA2 stmt fail
class A {
void p(){
this;
}
}