4 lines
68 B
Kotlin
Vendored
4 lines
68 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo(bar: Double) {
|
|
bar in 1.0..10.0<caret>
|
|
} |