1 package testproxy; 2 3 public class Target1 { m(Target1[][] a)4 public Target1[][] m(Target1[][] a) { return a; } 5 } 6