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

5 lines
93 B
Plaintext
Vendored

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