import foo.Foo import bar.Bar fun usage(): String { return "${Foo()}${Bar()}" }