class Test { void m(int[] array) { for (int i = 1; i < array.length; i++) { } } }