blob: 9f64e15e91a6ab129ade8d11d2d669b3bd9798d7 [file] [log] [blame]
package test4;
public class MethodParamTest {
public void test(int i, String s) {}
}