1 package test4; 2 3 public class MethodParamTest { test(int i, String s)4 public void test(int i, String s) {} 5 } 6