import java.util.List; public class Test { List<String> f; void foo() { for (String i : f) {} } }