3 lines
55 B
Kotlin
Vendored
3 lines
55 B
Kotlin
Vendored
fun foo(y: Boolean) {
|
|
<caret>3 != 3 && 2 > 1 || y
|
|
} |