Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
145b5051f737bcd07fb6d5440a722cea8ba3f98c
/
.
/
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
()