AA/LC: Support annotation property->backing field move

#KT-57462 Fixed
This commit is contained in:
Mikhail Glukhikh
2023-03-24 13:32:02 +01:00
committed by Space Team
parent f6bf7560a6
commit 1f05ce2e01
119 changed files with 551 additions and 292 deletions
@@ -1,3 +0,0 @@
KtDeclaration: KtProperty foo
annotations: [
]
@@ -1,5 +1,3 @@
KtDeclaration: KtProperty foo
annotations: [
JavaAnno(types = java.lang.annotation.ElementType.FIELD)
psi: KtAnnotationEntry
]