class C { { int[] a = new int[1]; int i = a[1]; i = 42; System.out.println(i); } }