fun f() { object foo { fun foo() { for (a in listOf(1, 2, 3)) { } } val foo: Int = 3 } }