Analysis API: improve annotations value rendering in DebugSymbolRenderer

This commit is contained in:
Ilya Kirillov
2021-11-19 18:39:04 +01:00
parent ba918d45a2
commit e440c229f6
11 changed files with 40 additions and 49 deletions
@@ -66,7 +66,7 @@ KtNamedClassOrObjectSymbol:
KtFunctionSymbol:
annotationsList: [
Anno(param1 = funparam, param2 = 3)
Anno(param1 = "funparam", param2 = 3)
psi: KtAnnotationEntry
]
callableIdIfNonLocal: /X.x
@@ -93,7 +93,7 @@ KtFunctionSymbol:
KtNamedClassOrObjectSymbol:
annotationsList: [
Anno(param1 = param, param2 = 2)
Anno(param1 = "param", param2 = 2)
psi: KtAnnotationEntry
]
classIdIfNonLocal: X