4 lines
71 B
Kotlin
Vendored
4 lines
71 B
Kotlin
Vendored
fun foo(y: Boolean) {
|
|
val x = 3
|
|
<caret>x != x && (2 > 1 || y)
|
|
} |