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

5 lines
106 B
Kotlin
Vendored

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