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

5 lines
96 B
Kotlin
Vendored

// IS_APPLICABLE: false
// WITH_RUNTIME
fun foo(bar: Double) {
bar > 0 && 10 >= bar<caret>
}