Join Slack
Powered by
Hey guys how can I check the genericSuperclass if ...
# announcements
w
wathek
05/29/2018, 1:24 PM
Hey guys how can I check the genericSuperclass if it's the same as a specified class ? I did something like this
Copy code
println(javaClass.genericSuperclass is MyClass<*>)
and it returns false when it is true
Open in Slack
Previous
Next