Closed djrieger closed 9 years ago
Also,
int i = 0;
System.out.println(i);
compiles while
int i = 0;
while (2 < 10) {
System.out.println(i);
}
results in this error:
Verify warning: Call T[116:45](main[62]): expected mode Is for input 'input 3' but found P64 (Phi P64[114:43])
Yeah, the "wrong" mode is what causes the issue #70 as well.
It seems to be fixed. Can we close this?
Firm says
and aborts.