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

3 lines
68 B
Kotlin
Vendored

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