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