blob: 4d3573ac204d79dde61fc0482f25007819cfa7d1 [file] [log] [blame]
fun bar(a: A) {
a.foo(null)
a.bar().hashCode()
}