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