Files
kotlin-fork/idea/testData/intentions/convertTwoComparisonsToRangeCheck/doubleToInt1.kt.after
T
2017-05-09 10:31:32 +03:00

4 lines
61 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo(bar: Double) {
bar in 0.0..10.0
}