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

3 lines
54 B
Kotlin
Vendored

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