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