Files
kotlin-fork/idea/testData/inspectionsLocal/replaceRangeToWithUntil/operator.kt.after
T
2017-05-26 09:48:04 +03:00

7 lines
70 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo(a: Int) {
for (i in 0 until a) {
}
}