4 lines
49 B
Kotlin
Vendored
4 lines
49 B
Kotlin
Vendored
fun foo() {
|
|
<caret>for (x in 1..10) {
|
|
}
|
|
} |