blob: be4477ffd6efa1baf7eff7647872c2c9448c7a67 [file] [log] [blame]
// "Replace with safe (?.) call" "true"
// WITH_RUNTIME
fun foo(a: String?) {
a?.toLowerCase()
}