class Test { void foo(String name) { System.out.println("Hello, "); System.out.println(name); } }