blob: 2273e0f6c99b7a002f782dbf7017a41504166877 [file] [log] [blame]
class T {
void foo(int i) {
if (i == 0) {
System.out.println(i);
}
}
}