getSuperTypes

open fun getSuperTypes(): List<Type>

Combines both implemented interfaces and extended classes. This is most commonly what you are looking for when looking for method call targets etc.

Return

concatenation of getSuperClasses and getImplementedInterfaces