supertypeOf

open fun supertypeOf(bound: Type): WildcardType

Returns a type that represents an unknown supertype of bound. For example, if bound is String.class, this returns ? super String.