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