Files
kotlin-fork/idea/testData/scratch/for.kts
T

6 lines
62 B
Kotlin
Vendored

// REPL_MODE: ~REPL_MODE~
for (i in 0..5) {
println(i)
}