Files
kotlin-fork/idea/testData/intentions/convertTwoComparisonsToRangeCheck/until.kt.after
T

3 lines
60 B
Plaintext
Vendored

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