3 lines
54 B
Kotlin
Vendored
3 lines
54 B
Kotlin
Vendored
fun foo() {
|
|
val x = <caret>true && false || true
|
|
} |