5 lines
106 B
Kotlin
Vendored
5 lines
106 B
Kotlin
Vendored
// "Replace with safe (this?.) call" "true"
|
|
// WITH_RUNTIME
|
|
fun String?.foo() {
|
|
<caret>toLowerCase()
|
|
} |