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