blob: 0d15b5015fbe86ba85dbe9afe00ab72bedf027b4 [file] [log] [blame]
fun bar(a: A, b: B) {
a.foo(null)
a.bar().hashCode()
b.foo(null)
}