How can I add an extension method to the class Cla...
# announcements
j
How can I add an extension method to the class Class<*>?
fun Class<*>.isParser() = this in parsers
then it's not showing for the result of this:
fun rawTargetType(): Class<*> {