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