import a.* import b.* import c.* fun usage(): String { val a = A() val b = B() val c = C() return "$a$b$c" }