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