blob: 1cee0c9657f7baaabc7e2cb74d941f59513ce498 [file]
// "Replace scope function with safe (?.) call" "true"
// WITH_RUNTIME
fun foo(a: String?) {
a.apply {
<caret>length
}
}