f2accb7b9e
#KT-16067 Fixed
2 lines
80 B
Kotlin
Vendored
2 lines
80 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun String?.foo() = <caret>if (this == null) true else isEmpty() |