[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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user