81f3a98f49
Relates to #KT-17310
5 lines
90 B
Kotlin
Vendored
5 lines
90 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
fun foo(bar: Int) {
|
|
bar > 0.0 && 10.0 >= bar<caret>
|
|
} |