KaTypeParameterSymbol
Represents a type parameter of a class, function, property, or a type alias.
Hierarchy
Inherits from KaClassifierSymbol.
Members
val name: NameThe declaration name.
val upperBounds: List<KaType>A list of upper bound types.
val variance: VarianceThe declaration-site variance (invariant, covariant
out, contravariantin).val isReified: Booleantrueif the type parameter has thereifiedmodifier (applicable only to callable type parameters).
Last modified: 23 July 2024