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