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

3 lines
68 B
Kotlin
Vendored

// WITH_RUNTIME
val N = 42
fun test(a: Int) = a >= 0 && a < N<caret>