[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,13 +28,19 @@ KtFunctionSymbol:
name: value
origin: SOURCE
receiverParameter: null
returnType: kotlin/Any
returnType: KtUsualClassType:
type: kotlin/Any
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
type:
Foo
KtUsualClassType:
type: Foo
annotationsList: []
ownTypeArguments: []
isNegated: false
]
hasStableParameterNames: true
@@ -51,7 +57,10 @@ KtFunctionSymbol:
name: isInstancePredicateContract
origin: SOURCE
receiverParameter: null
returnType: kotlin/Unit
returnType: KtUsualClassType:
type: kotlin/Unit
annotationsList: []
ownTypeArguments: []
symbolKind: TOP_LEVEL
typeParameters: []
valueParameters: [
@@ -69,7 +78,10 @@ KtFunctionSymbol:
name: value
origin: SOURCE
receiverParameter: null
returnType: kotlin/Any
returnType: KtUsualClassType:
type: kotlin/Any
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -77,4 +89,4 @@ KtFunctionSymbol:
]
visibility: Public
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: null