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