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