Join Slack
Powered by
How can I add an extension method to the class Cla...
# announcements
j
jdiaz
12/23/2016, 8:57 PM
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<*> {
Open in Slack
Previous
Next