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