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