KaTypeAliasSymbolLast modified: 23 July 2024Represents a type alias declaration.HierarchyInherits from KaClassLikeSymbol.Membersval 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.