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

3 lines
52 B
Kotlin
Vendored

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