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

3 lines
53 B
Kotlin
Vendored

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