blob: 8e9bfe3753e4fe76b1831761869824093bc4ca9a [file]
import test.*
fun test(f: Foo) {
val bar = f.getBar()
bar.bar()
}