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

5 lines
68 B
Java

// PA2 incorrect reference
class A {
void p(){ x = a.this; }
}