Files
kotlin/idea/testData/quickfix/replaceWithSafeCall/extFunction.kt.after

5 lines
105 B
Plaintext
Vendored

// "Replace with safe (this?.) call" "true"
// WITH_RUNTIME
fun String?.foo() {
this?.toLowerCase()
}