blob: 8a9f095c2eeb3abb9ea6af4584f1cb93e44d8244 [file]
// IGNORE_BACKEND_FIR: JVM_IR
import Foo.bar0 as bar
object Foo {
val bar0 = "OK"
fun test() = bar0
}
fun box() = Foo.test()