5 lines
96 B
Kotlin
Vendored
5 lines
96 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
fun foo(bar: Double) {
|
|
bar > 0 && 10 >= bar<caret>
|
|
} |