blob: a80a65cd47d4ea1632d5a9e2013ceccb67d0ae82 [file] [log] [blame]
// "Replace with dot call" "true"
fun foo(a: Any) {
a<caret>?.equals(0)
}