KaTypeParameterType
Last modified: 23 July 2024Represents a type parameter type, such as T
in the declaration class Box<T>(val element: T)
.
Can be created using buildTypeParameterType.
Hierarchy
Inherits from KaType.
Represents a type parameter type, such as T
in the declaration class Box<T>(val element: T)
.
Can be created using buildTypeParameterType.
Inherits from KaType.