[AA] DebugSymbolRenderer: move annotations and type arguments renderer befor type to avoid resolve race
^KT-56046
This commit is contained in:
committed by
Space Team
parent
d13ad454da
commit
72d8fa216a
@@ -14,17 +14,17 @@ KtNamedClassOrObjectSymbol:
|
||||
origin: LIBRARY
|
||||
superTypes: [
|
||||
KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/reflect/KDeclarationContainer
|
||||
KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
KtUsualClassType:
|
||||
type: kotlin/reflect/KAnnotatedElement
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
KtUsualClassType:
|
||||
type: kotlin/reflect/KClassifier
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/reflect/KClassifier
|
||||
]
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: [
|
||||
|
||||
Reference in New Issue
Block a user