6 lines
103 B
Kotlin
Vendored
6 lines
103 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun foo(y: Boolean) {
|
|
val x = 4
|
|
val z = 5
|
|
<caret>x == z || x != z
|
|
} |