blob: 9f84d15cc993b662ef42116a033cd48eb7f0f488 [file] [log] [blame]
class Test {
public void foo(int p) {
int[][] a = new int[][]{{p},{p}};
}
}