public class Main { public static void test(int i) { System.out.println("Main.test("+i+") called."); } }