[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
@@ -14,7 +14,15 @@ KtFunctionSymbol:
annotationsList: []
origin: SOURCE
owningCallableSymbol: KtFunctionSymbol(/referenceReceiverInContract)
type: kotlin/Function0<kotlin/Unit>
type: KtFunctionalType:
type: kotlin/Function0<kotlin/Unit>
annotationsList: []
ownTypeArguments: [
KtUsualClassType:
type: kotlin/Unit
annotationsList: []
ownTypeArguments: []
]
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
occurrencesRange: EXACTLY_ONCE
@@ -36,13 +44,24 @@ KtFunctionSymbol:
annotationsList: []
origin: SOURCE
owningCallableSymbol: KtFunctionSymbol(/referenceReceiverInContract)
type: kotlin/Function0<kotlin/Unit>
type: KtFunctionalType:
type: kotlin/Function0<kotlin/Unit>
annotationsList: []
ownTypeArguments: [
KtUsualClassType:
type: kotlin/Unit
annotationsList: []
ownTypeArguments: []
]
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
returnType: kotlin/Unit
returnType: KtUsualClassType:
type: kotlin/Unit
annotationsList: []
ownTypeArguments: []
symbolKind: TOP_LEVEL
typeParameters: []
valueParameters: []
visibility: Public
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null