4 lines
43 B
Kotlin
Vendored
4 lines
43 B
Kotlin
Vendored
fun main() {
|
|
for (i <caret>in 1..2) {}
|
|
}
|