blob: f5a7ccf69c2f55474c63ec89302064db27fd14ae [file] [log] [blame]
import foo.Foo
fun usage(): String {
val f: Foo = Foo()
return f.toString()
}