Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eadcce82e781d7be850118e82333893ab7cf10a9
/
.
/
compiler
/
testData
/
javaModules
/
noDependencyOnUnnamed
/
main
/
usage.kt
blob: 240c80c56b0992799cd004a56c097e44cbf03132 [
file
]
import
foo
.*
fun test
(
foo
:
Foo
)
{
foo
.
field
foo
.
method
()
Foo
()
}