[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
@@ -16,16 +16,16 @@ KtKotlinPropertySymbol:
origin: SOURCE
receiverParameter: null
returnType: KtDynamicType:
type: dynamic
annotationsList: []
type: dynamic
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): KtUsualClassType:
type: Foo
annotationsList: []
ownTypeArguments: []
type: Foo
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: true
@@ -45,16 +45,16 @@ KtKotlinPropertySymbol:
origin: SOURCE
receiverParameter: null
returnType: KtDynamicType:
type: dynamic
annotationsList: []
type: dynamic
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): KtUsualClassType:
type: Foo
annotationsList: []
ownTypeArguments: []
type: Foo
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
@@ -71,8 +71,8 @@ KtAnonymousFunctionSymbol:
origin: SOURCE
receiverParameter: null
returnType: KtDynamicType:
type: dynamic
annotationsList: []
type: dynamic
symbolKind: LOCAL
typeParameters: []
valueParameters: []
@@ -99,8 +99,8 @@ KtFunctionSymbol:
origin: SOURCE
receiverParameter: null
returnType: KtDynamicType:
type: dynamic
annotationsList: []
type: dynamic
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: [
@@ -119,8 +119,8 @@ KtFunctionSymbol:
origin: SOURCE
receiverParameter: null
returnType: KtDynamicType:
type: dynamic
annotationsList: []
type: dynamic
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -128,9 +128,9 @@ KtFunctionSymbol:
]
visibility: Public
getDispatchReceiver(): KtUsualClassType:
type: Foo
annotationsList: []
ownTypeArguments: []
type: Foo
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
@@ -150,9 +150,9 @@ KtNamedClassOrObjectSymbol:
origin: SOURCE
superTypes: [
KtUsualClassType:
type: kotlin/Any
annotationsList: []
ownTypeArguments: []
type: kotlin/Any
]
symbolKind: TOP_LEVEL
typeParameters: []