3 lines
66 B
Kotlin
Vendored
3 lines
66 B
Kotlin
Vendored
fun foo(y: Boolean) {
|
|
<caret>2 > 1 && y || y || (3 + 3 > 10)
|
|
} |