blob: daf03fb9bf646dd210d69f0a2306fe91e7fd68de [file]
import Foo.bar0 as bar
object Foo {
val bar0 = "OK"
fun test() = bar0
}
fun box() = Foo.test()