// "Change variable 'test' type to 'int[][]'" "true" class A { void m() { Long test = new Long[][][][]{{1}, {2}}; } }