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

3 lines
53 B
Kotlin
Vendored

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