Files
kotlin-fork/idea/testData/scratch/lineMarker/for.kts
T
Natalia Selezneva 414f98aa29 Implement REPL Mode for scratches
^KT-27963 Fixed
2019-06-19 11:29:14 +03:00

5 lines
79 B
Kotlin
Vendored

<lineMarker>for</lineMarker> (i in 0..4) {
println(i)
}
// REPL_MODE: true