[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
+18
-2
@@ -15,7 +15,15 @@ KtKotlinPropertySymbol:
|
||||
modality: FINAL
|
||||
origin: SOURCE_MEMBER_GENERATED
|
||||
receiverParameter: null
|
||||
returnType: kotlin/enums/EnumEntries<MyKotlinEnum>
|
||||
returnType: KtUsualClassType:
|
||||
type: kotlin/enums/EnumEntries<MyKotlinEnum>
|
||||
annotationsList: []
|
||||
ownTypeArguments: [
|
||||
KtUsualClassType:
|
||||
type: MyKotlinEnum
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
]
|
||||
symbolKind: ACCESSOR
|
||||
typeParameters: []
|
||||
valueParameters: []
|
||||
@@ -38,7 +46,15 @@ KtKotlinPropertySymbol:
|
||||
name: entries
|
||||
origin: SOURCE_MEMBER_GENERATED
|
||||
receiverParameter: null
|
||||
returnType: kotlin/enums/EnumEntries<MyKotlinEnum>
|
||||
returnType: KtUsualClassType:
|
||||
type: kotlin/enums/EnumEntries<MyKotlinEnum>
|
||||
annotationsList: []
|
||||
ownTypeArguments: [
|
||||
KtUsualClassType:
|
||||
type: MyKotlinEnum
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
]
|
||||
setter: null
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
|
||||
Reference in New Issue
Block a user