Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
javaModules
/
unnamedAgainstSeveralAutomatic
/
main
/
usage.kt
blob: 5488e0a7d2cf2654e38f1e96db3ac056429ba2de [
file
]
import
foo
.
Foo
import
bar
.
Bar
fun usage
():
String
{
return
"${Foo()}${Bar()}"
}