[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
analysis/analysis-api/testData/symbols/singleSymbolByPsi/errors/anonymousObjectInInvalidPosition.txt
Vendored
+9
-1
@@ -5,7 +5,15 @@ KtAnonymousObjectSymbol:
|
||||
name: null
|
||||
origin: SOURCE
|
||||
superTypes: [
|
||||
A<kotlin/Int>
|
||||
KtUsualClassType:
|
||||
type: A<kotlin/Int>
|
||||
annotationsList: []
|
||||
ownTypeArguments: [
|
||||
KtUsualClassType:
|
||||
type: kotlin/Int
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
]
|
||||
]
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
|
||||
Vendored
+4
-1
@@ -5,7 +5,10 @@ KtAnonymousObjectSymbol:
|
||||
name: null
|
||||
origin: SOURCE
|
||||
superTypes: [
|
||||
kotlin/Any
|
||||
KtUsualClassType:
|
||||
type: kotlin/Any
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
]
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
|
||||
Reference in New Issue
Block a user