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