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