Files
kotlin-fork/idea/testData/quickfix/replaceWithSafeCall/normal.kt.after
T

5 lines
93 B
Plaintext
Vendored

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