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