supertypeOf

open fun supertypeOf(bound: Type): WildcardType

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