blob: fd8c2645b11b45ae88291b0446db6a858084f2c5 [file] [log] [blame]
import a.A
fun usage(): String {
return A().toString()
}