[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,14 @@ KtFunctionSymbol:
name: listOf
origin: LIBRARY
receiverParameter: null
returnType: kotlin/collections/List<T>
returnType: KtUsualClassType:
type: kotlin/collections/List<T>
annotationsList: []
ownTypeArguments: [
KtTypeParameterType:
type: T
annotationsList: []
]
symbolKind: TOP_LEVEL
typeParameters: [
KtTypeParameterSymbol(T)
@@ -37,7 +44,9 @@ KtFunctionSymbol:
name: element
origin: LIBRARY
receiverParameter: null
returnType: T
returnType: KtTypeParameterType:
type: T
annotationsList: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtLibraryModule "Library kotlin-stdlib"
@@ -69,7 +78,14 @@ KtFunctionSymbol:
name: listOf
origin: LIBRARY
receiverParameter: null
returnType: kotlin/collections/List<T>
returnType: KtUsualClassType:
type: kotlin/collections/List<T>
annotationsList: []
ownTypeArguments: [
KtTypeParameterType:
type: T
annotationsList: []
]
symbolKind: TOP_LEVEL
typeParameters: [
KtTypeParameterSymbol(T)
@@ -98,7 +114,14 @@ KtFunctionSymbol:
name: listOf
origin: LIBRARY
receiverParameter: null
returnType: kotlin/collections/List<T>
returnType: KtUsualClassType:
type: kotlin/collections/List<T>
annotationsList: []
ownTypeArguments: [
KtTypeParameterType:
type: T
annotationsList: []
]
symbolKind: TOP_LEVEL
typeParameters: [
KtTypeParameterSymbol(T)
@@ -118,7 +141,9 @@ KtFunctionSymbol:
name: elements
origin: LIBRARY
receiverParameter: null
returnType: T
returnType: KtTypeParameterType:
type: T
annotationsList: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtLibraryModule "Library kotlin-stdlib"