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