7 lines
77 B
Kotlin
Vendored
7 lines
77 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo(a: Int) {
|
|
for (i in 0 until a<caret>) {
|
|
|
|
}
|
|
} |