// "Add 'new int[]'" "true" class c { void f() { int[] a; a = {1, 2}; } }