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