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