[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,12 +17,26 @@ KtFunctionSymbol:
name: listIterator
origin: LIBRARY
receiverParameter: null
returnType: kotlin/collections/ListIterator<E>
returnType: KtUsualClassType:
type: kotlin/collections/ListIterator<E>
annotationsList: []
ownTypeArguments: [
KtTypeParameterType:
type: E
annotationsList: []
]
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): kotlin/collections/List<E>
getDispatchReceiver(): KtUsualClassType:
type: kotlin/collections/List<E>
annotationsList: []
ownTypeArguments: [
KtTypeParameterType:
type: E
annotationsList: []
]
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
deprecationStatus: null
@@ -45,7 +59,14 @@ KtFunctionSymbol:
name: listIterator
origin: LIBRARY
receiverParameter: null
returnType: kotlin/collections/ListIterator<E>
returnType: KtUsualClassType:
type: kotlin/collections/ListIterator<E>
annotationsList: []
ownTypeArguments: [
KtTypeParameterType:
type: E
annotationsList: []
]
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: [
@@ -63,13 +84,23 @@ KtFunctionSymbol:
name: index
origin: LIBRARY
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
deprecationStatus: null
]
visibility: Public
getDispatchReceiver(): kotlin/collections/List<E>
getDispatchReceiver(): KtUsualClassType:
type: kotlin/collections/List<E>
annotationsList: []
ownTypeArguments: [
KtTypeParameterType:
type: E
annotationsList: []
]
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
deprecationStatus: null