kotlin-stdlib / kotlin.reflect.full / isSupertypeOf isSupertypeOf JVM 1.1 fun KType . isSupertypeOf ( other : KType ) : Boolean (source) Returns true if this type is the same or is a supertype of other , false otherwise.