Files
kotlin-fork/idea/testData/inspectionsLocal/convertTwoComparisonsToRangeCheck/until.kt.after
T
2019-10-29 17:24:21 +07:00

3 lines
60 B
Plaintext
Vendored

// WITH_RUNTIME
val N = 42
fun test(a: Int) = a in 0 until N