6b2c87020b
Relates to #KT-35320
5 lines
138 B
Kotlin
Vendored
5 lines
138 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun test(i: Int) {
|
|
val p: (String) -> Boolean =
|
|
if (i == 1) { <caret>s -> true } else { s -> false }
|
|
} |