KaTypeAliasSymbol
Represents a type alias declaration.
Hierarchy
Inherits from KaClassLikeSymbol.
Members
val name: NameThe simple type alias declaration name.
val expandedType: KaTypeThe type from right-hand site of the type alias. If the given type alias has type parameters, those type parameters will be present in the result type.
val typeParameters: List<KaTypeParameterSymbol>A list of declared type parameters.
Last modified: 23 July 2024