Private visibility for non-const, non-jvmField class companion property backing field
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
public final class A {
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
public static final int c = 1;
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
private static final int c = 1;
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public static java.lang.String v;
|
||||
private static java.lang.String v;
|
||||
public static final pack.A INSTANCE;
|
||||
|
||||
public final int getC() { /* compiled code */ }
|
||||
|
||||
Reference in New Issue
Block a user