blob: 8f3f84b8c2c3b26a0afd36697ef85b68a0434055 [file] [log] [blame]
class Test {
void foo() {
boolean a = false, b = false, c = false;
if (a && <selection>b && c</selection>) {
}
}
}