[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
@@ -17,7 +17,10 @@ KtFunctionSymbol:
name: valueOf
origin: SOURCE_MEMBER_GENERATED
receiverParameter: null
returnType: MyKotlinEnum
returnType: KtUsualClassType:
type: MyKotlinEnum
annotationsList: []
ownTypeArguments: []
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: [
@@ -35,7 +38,10 @@ KtFunctionSymbol:
name: value
origin: SOURCE
receiverParameter: null
returnType: kotlin/String
returnType: KtUsualClassType:
type: kotlin/String
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"