blob: 9ceaf332b8b0f32122be28db2a194acaaef1faa6 [file]
import test.A
fun bar(a: A) {
a.foo(null)
a.bar().length
}