[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
@@ -8,7 +8,10 @@ KtConstructorSymbol:
isPrimary: true
origin: SOURCE
receiverParameter: null
returnType: P
returnType: KtUsualClassType:
type: P
annotationsList: []
ownTypeArguments: []
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: [
@@ -33,12 +36,18 @@ KtConstructorSymbol:
modality: FINAL
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): P
getDispatchReceiver(): KtUsualClassType:
type: P
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: true
@@ -57,12 +66,18 @@ KtConstructorSymbol:
name: x
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): P
getDispatchReceiver(): KtUsualClassType:
type: P
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
@@ -78,7 +93,10 @@ KtConstructorSymbol:
name: x
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -104,12 +122,18 @@ KtConstructorSymbol:
modality: FINAL
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): P
getDispatchReceiver(): KtUsualClassType:
type: P
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: true
@@ -128,12 +152,18 @@ KtConstructorSymbol:
name: y
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): P
getDispatchReceiver(): KtUsualClassType:
type: P
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
@@ -149,7 +179,10 @@ KtConstructorSymbol:
name: y
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -174,7 +207,10 @@ KtNamedClassOrObjectSymbol:
name: P
origin: SOURCE
superTypes: [
kotlin/Any
KtUsualClassType:
type: kotlin/Any
annotationsList: []
ownTypeArguments: []
]
symbolKind: TOP_LEVEL
typeParameters: []
@@ -192,7 +228,10 @@ KtLocalVariableSymbol:
name: l
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -207,7 +246,10 @@ KtLocalVariableSymbol:
name: r
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -232,7 +274,10 @@ KtFunctionSymbol:
name: destruct
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: TOP_LEVEL
typeParameters: []
valueParameters: []