class Foo { void test(boolean a, boolean b) { if(a &&) { if (b) { System.out.println("x"); } } } }