Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
multiFile
/
KT11952
/
Foo.kt
blob: 9dd333756769606074bbbd529e5f0edc7a3bc4e9 [
file
] [
log
] [
blame
]
import
test
.
Bar
object
Foo
{
fun foo
()
{
val o
:
Any
=
Bar
.
SET
}
}