blob: 49d8a3ba11e079dae617d7aecf23636578051cf1 [file] [log] [blame]
fun f() {
object foo {
fun foo() {
for (a in listOf(1, 2, 3)) {
}
}
val foo: Int = 3
}
}