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