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