supertypeOf

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

open fun supertypeOf(bound: Type): WildcardType