81f3a98f49
Relates to #KT-17310
4 lines
61 B
Plaintext
Vendored
4 lines
61 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo(bar: Double) {
|
|
bar in 0.0..10.0
|
|
} |