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