class Test { void foo(String s) { if (true) { System.out.println("Hello, world " + s); System.out.println(); System.out.println(); } } }