public class X { void f(String[] as) { for (int i = 0; i < as.length; i++) { } } }