[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,16 +14,16 @@ KtNamedClassOrObjectSymbol:
|
||||
origin: LIBRARY
|
||||
superTypes: [
|
||||
KtUsualClassType:
|
||||
type: kotlin/collections/Map.Entry<K, V>
|
||||
annotationsList: []
|
||||
ownTypeArguments: [
|
||||
KtTypeParameterType:
|
||||
annotationsList: []
|
||||
type: K
|
||||
annotationsList: []
|
||||
KtTypeParameterType:
|
||||
type: V
|
||||
annotationsList: []
|
||||
type: V
|
||||
]
|
||||
type: kotlin/collections/Map.Entry<K, V>
|
||||
]
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: [
|
||||
|
||||
Reference in New Issue
Block a user