7 lines
85 B
Kotlin
7 lines
85 B
Kotlin
fun foo() {
|
|
"before"
|
|
for (i in 1..10) {
|
|
val a = i
|
|
}
|
|
"after"
|
|
} |