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