blob: a541e684f8cc18848a3c2203a5122ae4057dee73 [file] [log] [blame]
// "Replace with safe (?.) call" "true"
// WITH_RUNTIME
fun foo(a: String?) {
a.apply {
this<caret>.length
}
}