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

4 lines
73 B
Kotlin
Vendored

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