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