3 lines
83 B
Kotlin
Vendored
3 lines
83 B
Kotlin
Vendored
fun foo(y: Boolean) {
|
|
false || false || y || y ||<caret> false || y && y || y
|
|
} |