public class Test { void foo(List list) { for (Integer i : list) {} } }