public class A { public void aVoid() { int[] array = new int[10]; for (int i : array); System.out.println("Done"); } }