Check backing field availability for AnnotationTarget.FIELD #KT-10387 Fixed
Some duplicated checks deleted (UseSiteTargetChecker / JvmFieldApplicabilityChecker)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// ERROR: This annotation is not applicable to target 'member property'
|
||||
// ERROR: This annotation is not applicable to target 'member property with backing field'
|
||||
internal class A {
|
||||
@Deprecated("")
|
||||
@Volatile var field1 = 0
|
||||
|
||||
Reference in New Issue
Block a user