5 lines
94 B
Kotlin
5 lines
94 B
Kotlin
fun foo() {
|
|
val x = true
|
|
val y = false
|
|
(((((x || false)) && y)) <caret>|| false)
|
|
} |