class A { public void test(boolean a, boolean b) { if (true && <selection>a && b //some comment </selection> ); } }