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

5 lines
69 B
Java

// PA2 incorrect reference
class A {
void p(){ x = this[i]; }
}