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