[AA] DebugSymbolRenderer: improve type render

to process all nested annotations and types

^KT-56046
This commit is contained in:
Dmitrii Gridin
2023-01-26 12:48:59 +01:00
committed by Space Team
parent 0a06efa1bf
commit 1e2d517c21
282 changed files with 9169 additions and 2392 deletions
@@ -28,7 +28,10 @@ KtFunctionSymbol:
name: test
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: TOP_LEVEL
typeParameters: []
valueParameters: []
@@ -53,7 +56,10 @@ KtKotlinPropertySymbol:
modality: FINAL
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
@@ -76,7 +82,10 @@ KtKotlinPropertySymbol:
name: testVal
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
setter: null
symbolKind: TOP_LEVEL
typeParameters: []
@@ -107,7 +116,10 @@ KtNamedClassOrObjectSymbol:
name: C
origin: SOURCE
superTypes: [
kotlin/Any
KtUsualClassType:
type: kotlin/Any
annotationsList: []
ownTypeArguments: []
]
symbolKind: TOP_LEVEL
typeParameters: []
@@ -131,7 +143,10 @@ KtNamedClassOrObjectSymbol:
name: I
origin: SOURCE
superTypes: [
kotlin/Any
KtUsualClassType:
type: kotlin/Any
annotationsList: []
ownTypeArguments: []
]
symbolKind: TOP_LEVEL
typeParameters: []