Files
kotlin-fork/idea/testData/intentions/branched/ifThenToSafeAccess/implicitReceiver.kt.after
T

2 lines
51 B
Plaintext
Vendored

// WITH_RUNTIME
fun String?.foo() = this?.isEmpty()