blob: 6fa629ea62e699453f8a9b19bfc1aaa50f1266cc [file] [log] [blame]
import m1.A
import m2.B
fun usage(): String {
return "${A()}${B()}"
}