[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
+4
-1
@@ -16,7 +16,10 @@ KtNamedClassOrObjectSymbol:
|
||||
name: WithGeneratedCompanion
|
||||
origin: SOURCE
|
||||
superTypes: [
|
||||
kotlin/Any
|
||||
KtUsualClassType:
|
||||
type: kotlin/Any
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
]
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
|
||||
+4
-1
@@ -13,7 +13,10 @@ KtNamedClassOrObjectSymbol:
|
||||
name: Companion
|
||||
origin: PLUGIN
|
||||
superTypes: [
|
||||
kotlin/Any
|
||||
KtUsualClassType:
|
||||
type: kotlin/Any
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
]
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: []
|
||||
|
||||
Reference in New Issue
Block a user