import java.util.*; public class C { Object o = new Object() { class Inner { } void foo(List inners) { for (Inner inner : inners) { } } }; }