Files

9 lines
103 B
Kotlin
Vendored

// FIR_IDENTICAL
// !LANGUAGE: +RangeUntilOperator
fun main(n: Int) {
for (i in 0..<n) {
}
}