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

7 lines
75 B
Java

// PA2 pass this RefExpr
class A {
A p(){
return this;
}
}