4 lines
58 B
Plaintext
Vendored
4 lines
58 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo(bar: Int) {
|
|
bar in 0.0..10.0
|
|
} |