5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
fun foo() {
|
|
val x = true
|
|
val y = false
|
|
(x && y)
|
|
} |