Files
kotlin-fork/idea/testData/intentions/convertRangeCheckToTwoComparisons/double.kt.after
T

4 lines
70 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo(bar: Double) {
1.0 <= bar && bar <= 10.0
}