[SLC] make INSTANCE field for object public
^KT-56441 Fixed
This commit is contained in:
committed by
Space Team
parent
8e815e943e
commit
6c24436657
+2
-2
@@ -1,9 +1,9 @@
|
||||
final class PrivateObject /* one.PrivateObject*/ {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private static final one.PrivateObject INSTANCE;
|
||||
private static java.lang.String privateProperty = "" /* initializer type: java.lang.String */;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private static java.lang.String privateProperty = "" /* initializer type: java.lang.String */;
|
||||
public static final one.PrivateObject INSTANCE;
|
||||
|
||||
private static boolean internalProperty = false /* initializer type: boolean */;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user