blob: 7d18b9a606f7021438b67a7940dce829f90ca812 [file] [log] [blame]
// "Replace with safe (this?.) call" "true"
// WITH_RUNTIME
fun String?.foo() {
this?.toLowerCase()
}