K2: calculate deprecations for backing field properly

#KT-58224 Fixed
This commit is contained in:
Mikhail Glukhikh
2023-04-27 16:38:11 +02:00
committed by Space Team
parent 94c94d0605
commit 180613e1c6
5 changed files with 18 additions and 1 deletions
@@ -1,4 +1,7 @@
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1
import java.lang.Deprecated
annotation class PropertyAnnotation
annotation class FieldAnnotation
annotation class GetAnnotation
@@ -10,6 +13,7 @@ annotation class ExplicitSetparamAnnotation
@property:PropertyAnnotation
@field:FieldAnnotation
@field:Deprecated
@get:GetAnnotation
@set:SetAnnotation
@setparam:SetparamAnnotation
@@ -1,2 +1,3 @@
@FieldAnnotation
@java.lang.Deprecated
field
@@ -2,6 +2,8 @@ KtBackingFieldSymbol:
annotationsList: [
FieldAnnotation()
psi: KtAnnotationEntry
java/lang/Deprecated()
psi: KtAnnotationEntry
]
callableIdIfNonLocal: null
contextReceivers: []
@@ -17,4 +19,4 @@ KtBackingFieldSymbol:
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
deprecationStatus: DeprecationInfo(deprecationLevel=WARNING, propagatesToOverrides=false, message=null)