Files

7 lines
87 B
Kotlin
Vendored

import foo.Foo
fun usage(): String {
val f: Foo = Foo()
return f.toString()
}