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