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