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

3 lines
53 B
Kotlin
Vendored

fun foo(bar: Int) {
0 <= bar && bar < 10<caret>
}