e20e097a63
#KT-17079 #KT-17762 Fixed
4 lines
61 B
Plaintext
Vendored
4 lines
61 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo(bar: Double) {
|
|
bar in 0.0..10.0
|
|
} |