blob: 372292c4ecb1444d8125b1bc7507fa542ffec908 [file] [log] [blame]
class C {
void m() {
final boolean isCxf = true;
if (false) {
//comment
}
}
}