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