blob: 6171e0a6b2ac777880dc61465d4a783de59fce31 [file] [log] [blame]
class A {
boolean b = false;
void foo() {
if (b) {
//do smth
}
}
}