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