aboutsummaryrefslogtreecommitdiff
path: root/src/test/testproxy/Target1.java
blob: ce972d040994ca8429c4fca279b58e7f43057f46 (plain)
1
2
3
4
5
package testproxy;

public class Target1 {
    public Target1[][] m(Target1[][] a) { return a; }
}