Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
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"
}