3 lines
53 B
Kotlin
Vendored
3 lines
53 B
Kotlin
Vendored
fun foo(bar: Int) {
|
|
bar > 0 && 10 >= bar<caret>
|
|
} |