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