superclasses

JVM
1.1
val KClass<*>.superclasses: List<KClass<*>>

Immediate superclasses of this class, in the order they are listed in the source code. Includes superclasses and superinterfaces of the class, but does not include the class itself.