blob: 62247c46f7e1e79b955a2a8413358a1a7f644c61 [file] [log] [blame]
class C {
void f() {
List list = new ArrayList();
int a = -4 + -9;
int b = a++ / --number;
b = (a++) / (--number) + (-9);
String d = "a = " + a;
if (a ==b && a >c)
c += (a <<5) & 0xFF;
}
}