`parentClass` is not a Kotlin type, but it is a va...
# announcements
j
parentClass
is not a Kotlin type, but it is a variable (with type
Class<T>
). That is why you cannot use it with
is
. What is wrong with
isInstance(...)
?