[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
@@ -2,8 +2,14 @@ KtKotlinPropertySymbol:
annotationsList: []
callableIdIfNonLocal: /y
contextReceivers: [
ContextReceiver(kotlin/Int)
ContextReceiver(s@kotlin/String)
ContextReceiver(KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: [])
ContextReceiver(s@KtUsualClassType:
type: kotlin/String
annotationsList: []
ownTypeArguments: [])
]
getter: KtPropertyGetterSymbol:
annotationsList: []
@@ -18,7 +24,10 @@ KtKotlinPropertySymbol:
modality: FINAL
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
@@ -41,7 +50,10 @@ KtKotlinPropertySymbol:
name: y
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
setter: null
symbolKind: TOP_LEVEL
typeParameters: []