Kotlin Analysis API Documentation Help

KaTypeParameterType

Represents 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.

Members

val name: Name

The type parameter name.

val symbol: KaTypeParameterSymbol

The type parameter symbol.

Last modified: 23 July 2024