blob: dc7706a24db41c42efbe3c26f7e49131c2d79e27 [file]
import test.A
fun bar(a: A, b: B) {
a.foo(null)
a.bar().hashCode()
b.foo(null)
}