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