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

5 lines
99 B
Kotlin
Vendored

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