KaTypeParameterType
Represents a type parameter type, such as T in the declaration class Box<T>(val element: T).
Can be created using typeCreator.typeParameterType.
Hierarchy
Inherits from KaType.
Members
val name: NameThe type parameter name.
val symbol: KaTypeParameterSymbolThe type parameter symbol.
27 April 2026