Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b7de3709e46eb073303a1e8aac4c22656e4f2863
/
.
/
compiler
/
testData
/
javaModules
/
unnamedReadsTransitive
/
moduleC
/
usage.kt
blob: fe77f806c417be2bef2e09f3bd5e7018acd333c9 [
file
]
import
foo
.*
import
bar
.*
fun test
():
String
{
val f
=
Foo
()
val b
=
Bar
.
getFoo
()
return
"$f$b"
}