blob: 5488e0a7d2cf2654e38f1e96db3ac056429ba2de [file] [log] [blame]
import foo.Foo
import bar.Bar
fun usage(): String {
return "${Foo()}${Bar()}"
}