Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e5523c196e17d8fdbb5635aa785d6c182ed3f821
/
.
/
compiler
/
testData
/
javaModules
/
multiReleaseLibrary
/
main
/
usage.kt
blob: f5a7ccf69c2f55474c63ec89302064db27fd14ae [
file
] [
log
] [
blame
]
import
foo
.
Foo
fun usage
():
String
{
val f
:
Foo
=
Foo
()
return
f
.
toString
()
}