[AA] DebugSymbolRenderer: move annotations and type arguments renderer befor type to avoid resolve race

^KT-56046
This commit is contained in:
Dmitrii Gridin
2023-01-26 13:44:31 +01:00
committed by Space Team
parent d13ad454da
commit 72d8fa216a
286 changed files with 2324 additions and 2324 deletions
@@ -8,9 +8,9 @@ KtEnumEntrySymbol:
origin: SOURCE
receiverParameter: null
returnType: KtUsualClassType:
type: X
annotationsList: []
ownTypeArguments: []
type: X
symbolKind: CLASS_MEMBER
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -26,9 +26,9 @@ KtEnumEntrySymbol:
origin: SOURCE
receiverParameter: null
returnType: KtUsualClassType:
type: X
annotationsList: []
ownTypeArguments: []
type: X
symbolKind: CLASS_MEMBER
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -50,14 +50,14 @@ KtNamedClassOrObjectSymbol:
origin: SOURCE
superTypes: [
KtUsualClassType:
type: kotlin/Enum<X>
annotationsList: []
ownTypeArguments: [
KtUsualClassType:
type: X
annotationsList: []
ownTypeArguments: []
type: X
]
type: kotlin/Enum<X>
]
symbolKind: TOP_LEVEL
typeParameters: []