[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
+2
-2
@@ -18,14 +18,14 @@ KtFunctionSymbol:
|
||||
origin: SOURCE_MEMBER_GENERATED
|
||||
receiverParameter: null
|
||||
returnType: KtUsualClassType:
|
||||
type: kotlin/Array<MyKotlinEnum>
|
||||
annotationsList: []
|
||||
ownTypeArguments: [
|
||||
KtUsualClassType:
|
||||
type: MyKotlinEnum
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: MyKotlinEnum
|
||||
]
|
||||
type: kotlin/Array<MyKotlinEnum>
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
|
||||
Reference in New Issue
Block a user