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