blob: 068a95434f8d5630125ca61b2b8eaa9581d74661 [file] [log] [blame]
package test0351;
public class Test2 {
void m1(int a, int[] b){}
void m(int a, int b[]){}
}