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

4 lines
73 B
Kotlin
Vendored

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