Files
kotlin-fork/idea/testData/inspectionsLocal/branched/ifThenToElvis/implicitReceiver.kt.after
T
2019-06-07 12:23:54 +07:00

2 lines
59 B
Plaintext
Vendored

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