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

3 lines
53 B
Kotlin
Vendored

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