K2: calculate deprecations for backing field properly
#KT-58224 Fixed
This commit is contained in:
committed by
Space Team
parent
94c94d0605
commit
180613e1c6
@@ -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)
|
||||
Reference in New Issue
Block a user