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