blob: 032bb6f1f4dab23b8581c5dc0b4e1ccdf6208796 [file]
// "Replace with safe (?.) call" "true"
// WITH_RUNTIME
fun foo(a: String?) {
val b = a
.<caret>length
}