81f3a98f49
Relates to #KT-17310
5 lines
89 B
Kotlin
Vendored
5 lines
89 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
fun foo(bar: Double) {
|
|
bar > 0 && 10 >= bar<caret>
|
|
} |