blob: f0475fa0b5e2dae916bef0ce77d126755c367217 [file] [log] [blame]
class A {
public void test(boolean a, boolean b) {
if (true && <selection>a &&
b
//some comment
</selection>
);
}
}