4 lines
78 B
Kotlin
Vendored
4 lines
78 B
Kotlin
Vendored
// "Replace with dot call" "true"
|
|
fun Any.foo() {
|
|
this<caret>?.equals(0)
|
|
} |