blob: ef5413600c405fe7c4e6685d8bdc486ab340831f [file] [log] [blame]
class Test {
boolean b;
void foo() {
if (b) {
b = true;
}
}
}