class Test { void foo(String s) { System.out.println("hello"); } void bar() { System.out.println("hello"); } }