[AA] DebugSymbolRenderer: improve type render
to process all nested annotations and types ^KT-56046
This commit is contained in:
committed by
Space Team
parent
0a06efa1bf
commit
1e2d517c21
+17
-3
@@ -7,7 +7,10 @@ KtEnumEntrySymbol:
|
||||
name: Y
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: X
|
||||
returnType: KtUsualClassType:
|
||||
type: X
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
@@ -22,7 +25,10 @@ KtEnumEntrySymbol:
|
||||
name: Z
|
||||
origin: SOURCE
|
||||
receiverParameter: null
|
||||
returnType: X
|
||||
returnType: KtUsualClassType:
|
||||
type: X
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
@@ -43,7 +49,15 @@ KtNamedClassOrObjectSymbol:
|
||||
name: X
|
||||
origin: SOURCE
|
||||
superTypes: [
|
||||
kotlin/Enum<X>
|
||||
KtUsualClassType:
|
||||
type: kotlin/Enum<X>
|
||||
annotationsList: []
|
||||
ownTypeArguments: [
|
||||
KtUsualClassType:
|
||||
type: X
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
]
|
||||
]
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
|
||||
Reference in New Issue
Block a user