Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
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
()