What would be the best way to check if `obj is cla...
# announcements
w
What would be the best way to check if
obj is class
when I have obj's class only (not an instance)? Actually both operands are of type
KClass
. I could get left one an instance, but right one is always
KClass
.