Analysis API: add annotations to KtTypeAliasSymbol
This commit is contained in:
+2
-1
@@ -35,7 +35,8 @@ public sealed class KtClassLikeSymbol : KtClassifierSymbol(), KtSymbolWithKind {
|
||||
public abstract class KtTypeAliasSymbol : KtClassLikeSymbol(),
|
||||
KtSymbolWithTypeParameters,
|
||||
KtSymbolWithVisibility,
|
||||
KtNamedSymbol {
|
||||
KtNamedSymbol,
|
||||
KtAnnotatedSymbol {
|
||||
final override val symbolKind: KtSymbolKind get() = KtSymbolKind.TOP_LEVEL
|
||||
|
||||
/**
|
||||
|
||||
@@ -42,6 +42,7 @@ KtTypeParameterSymbol:
|
||||
deprecationStatus: null
|
||||
|
||||
KtTypeAliasSymbol:
|
||||
annotationsList: []
|
||||
classIdIfNonLocal: Y
|
||||
expandedType: X<Z>
|
||||
name: Y
|
||||
|
||||
Reference in New Issue
Block a user