Hey guys how can I check the genericSuperclass if ...
# announcements
w
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