4 lines
93 B
Kotlin
Vendored
4 lines
93 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
<caret>for (x /* current */ in 1..10/* from 1 to 10 */) { }
|
|
} |