Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
box
/
objects
/
kt18982.kt
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
()