[SLC] make INSTANCE field for object public
^KT-56441 Fixed
This commit is contained in:
committed by
Space Team
parent
8e815e943e
commit
6c24436657
+4
-4
@@ -13,15 +13,15 @@ final class PrivateObject /* one.PrivateObject*/ {
|
||||
|
||||
private final void privateFun();// privateFun()
|
||||
|
||||
public final boolean getInternalProperty$test_module();// getInternalProperty$test_module()
|
||||
public final boolean getInternalProperty$light_idea_test_case();// getInternalProperty$light_idea_test_case()
|
||||
|
||||
public final int getPublicProperty();// getPublicProperty()
|
||||
|
||||
public final void internalFun$test_module();// internalFun$test_module()
|
||||
public final void internalFun$light_idea_test_case();// internalFun$light_idea_test_case()
|
||||
|
||||
public final void publicFun();// publicFun()
|
||||
|
||||
public final void setInternalProperty$test_module(boolean);// setInternalProperty$test_module(boolean)
|
||||
public final void setInternalProperty$light_idea_test_case(boolean);// setInternalProperty$light_idea_test_case(boolean)
|
||||
|
||||
public final void setPublicProperty(int);// setPublicProperty(int)
|
||||
}
|
||||
}
|
||||
|
||||
+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