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

3 lines
52 B
Kotlin
Vendored

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