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
@@ -1,5 +1,5 @@
KtDeclaration: KtNamedFunction foo
annotations: [
kotlin/Deprecated(level = KtEnumEntryConstantValue(kotlin/DeprecationLevel.ERROR), message = deprecated)
kotlin/Deprecated(level = kotlin.DeprecationLevel.ERROR, message = "deprecated")
psi: KtAnnotationEntry
]