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