supertypeOf

open fun supertypeOf(bound: Type): WildcardType

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}.