blob: 240c80c56b0992799cd004a56c097e44cbf03132 [file]
import foo.*
fun test(foo: Foo) {
foo.field
foo.method()
Foo()
}