10 lines
145 B
Kotlin
Vendored
10 lines
145 B
Kotlin
Vendored
fun f() {
|
|
object foo {
|
|
fun foo() {
|
|
for (a in listOf(1, 2, 3)) {
|
|
}
|
|
}
|
|
|
|
val foo: Int = 3
|
|
}
|
|
} |