Files
kotlin-fork/idea/testData/inspectionsLocal/convertTwoComparisonsToRangeCheck/gtgt.kt
T
2019-10-29 17:24:21 +07:00

3 lines
52 B
Kotlin
Vendored

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