Files
kotlin-fork/backend.native/tests/external/codegen/box/objects/kt18982.kt
T
2017-11-16 17:21:48 +03:00

9 lines
105 B
Kotlin

import Foo.bar0 as bar
object Foo {
val bar0 = "OK"
fun test() = bar0
}
fun box() = Foo.test()