blob: e79fc74e9c359c059358ed6f987f24a370e93de0 [file] [log] [blame]
// "Change variable 'test' type to 'int[][]'" "true"
class A {
void m() {
Long[][][] test = new Long[]{<caret>{1}, {2}};
}
}