Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
codegen
/
box
/
objects
/
kt18982.kt
blob: daf03fb9bf646dd210d69f0a2306fe91e7fd68de [
file
]
import
Foo
.
bar0
as
bar
object
Foo
{
val bar0
=
"OK"
fun test
()
=
bar0
}
fun box
()
=
Foo
.
test
()