class Foo { void m() { if (true) { System.out.println(); } if (true) { System.out.println(); } } }