[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,9 @@ KtFunctionSymbol:
name: get
origin: LIBRARY
receiverParameter: null
returnType: E
returnType: KtTypeParameterType:
type: E
annotationsList: []
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: [
@@ -35,7 +37,10 @@ KtFunctionSymbol:
name: index
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: Could not render due to kotlin.NotImplementedError: An operation is not implemented: org.jetbrains.kotlin.analysis.api.descriptors.symbols.descriptorBased.KtFe10DescValueParameterSymbol
@@ -43,7 +48,14 @@ KtFunctionSymbol:
deprecationStatus: null
]
visibility: Public
getDispatchReceiver(): kotlin/collections/List<E>
getDispatchReceiver(): KtUsualClassType:
type: kotlin/collections/List<E>
annotationsList: []
ownTypeArguments: [
KtTypeParameterType:
type: E
annotationsList: []
]
getContainingModule: Could not render due to java.lang.NullPointerException: null cannot be cast to non-null type org.jetbrains.kotlin.load.kotlin.JvmPackagePartSource
deprecationStatus: null