5 lines
65 B
Kotlin
Vendored
5 lines
65 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
<caret>for (x in 1..10) {
|
|
}
|
|
} |