[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
@@ -13,9 +13,18 @@ KtNamedClassOrObjectSymbol:
|
||||
name: KClass
|
||||
origin: LIBRARY
|
||||
superTypes: [
|
||||
kotlin/reflect/KDeclarationContainer
|
||||
kotlin/reflect/KAnnotatedElement
|
||||
kotlin/reflect/KClassifier
|
||||
KtUsualClassType:
|
||||
type: kotlin/reflect/KDeclarationContainer
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
KtUsualClassType:
|
||||
type: kotlin/reflect/KAnnotatedElement
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
KtUsualClassType:
|
||||
type: kotlin/reflect/KClassifier
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
]
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: [
|
||||
|
||||
Reference in New Issue
Block a user