Files
kotlin-fork/idea/testData/inspectionsLocal/replaceRangeToWithUntil/parentheses.kt.after
T
2019-02-05 11:22:59 +03:00

7 lines
85 B
Plaintext
Vendored

// WITH_RUNTIME
fun example() {
val max = 5
for (i in 0 until max) {
}
}