KaTypeProjection
Last modified: 23 July 2024KaTypeProjection
represents a type argument used in the context of a class or function type. It provides information about the type and its variance.
Members
Subclasses
KtStarTypeProjection
Represents a star projection (*
) used in type arguments. It indicates that the specific type is not important or unknown.
KaTypeArgumentWithVariance
Represents a type argument with an explicit type and variance.