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

3 lines
52 B
Kotlin
Vendored

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