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