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

7 lines
74 B
Java

// PA2 predecrement fail
class A {
void f(){
c = --b;
}
}