class Tester { void method() { f(new int[]{1}); } private void f(int[] ints) { } }