[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
@@ -7,7 +7,10 @@ KtSamConstructorSymbol:
name: Runnable
origin: SAM_CONSTRUCTOR
receiverParameter: null
returnType: java/lang/Runnable
returnType: KtUsualClassType:
type: java/lang/Runnable
annotationsList: []
ownTypeArguments: []
symbolKind: SAM_CONSTRUCTOR
typeParameters: []
valueParameters: [
@@ -25,7 +28,15 @@ KtSamConstructorSymbol:
name: function
origin: SAM_CONSTRUCTOR
receiverParameter: null
returnType: kotlin/Function0<kotlin/Unit>
returnType: KtFunctionalType:
type: kotlin/Function0<kotlin/Unit>
annotationsList: []
ownTypeArguments: [
KtUsualClassType:
type: kotlin/Unit
annotationsList: []
ownTypeArguments: []
]
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"