[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,7 +13,17 @@ KtNamedClassOrObjectSymbol:
|
||||
name: MutableEntry
|
||||
origin: LIBRARY
|
||||
superTypes: [
|
||||
kotlin/collections/Map.Entry<K, V>
|
||||
KtUsualClassType:
|
||||
type: kotlin/collections/Map.Entry<K, V>
|
||||
annotationsList: []
|
||||
ownTypeArguments: [
|
||||
KtTypeParameterType:
|
||||
type: K
|
||||
annotationsList: []
|
||||
KtTypeParameterType:
|
||||
type: V
|
||||
annotationsList: []
|
||||
]
|
||||
]
|
||||
symbolKind: CLASS_MEMBER
|
||||
typeParameters: [
|
||||
|
||||
Reference in New Issue
Block a user