class Foo { void foo() { int[] array1 = new int[] {}; int[] array2 = new int[3]; } }