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:
+3
@@ -5,6 +5,9 @@ public final class Test /* test.pkg.Test*/ {
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
private java.lang.String pOld_setter_deprecatedOnGetter = null /* initializer type: null */;
|
||||
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
private java.lang.String pOld_setter_deprecatedOnProperty = null /* initializer type: null */;
|
||||
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
private java.lang.String pOld_setter_deprecatedOnSetter = null /* initializer type: null */;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user