SLC: create backing field for deprecated property
...since they still appear at JVM bytecode. Also, ULC doesn't look at deprecated annotation for bail-out criteria. ^KT-65393 fixed
This commit is contained in:
Vendored
+3
@@ -5,6 +5,9 @@ public final class Test /* test.pkg.Test*/ {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private java.lang.String pOld_noAccessor_deprecatedOnGetter = "42" /* initializer type: java.lang.String */;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private java.lang.String pOld_noAccessor_deprecatedOnProperty = "42" /* initializer type: java.lang.String */;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private java.lang.String pOld_noAccessor_deprecatedOnSetter = "42" /* initializer type: java.lang.String */;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user