blob: 483a7e0443dbe8571cd341ef9638ff6b5df0fe56 [file] [log] [blame]
class Test {
void m() {
System.out.println(new Integer[]{1, 2, 3});
}
}