class Foo { void test() { int a = 2; int b = 2; if (a == b && a > b) System.out.println(); System.out.println(); } }