Fix java visibility publicity
#KT-6478 Fixed
This commit is contained in:
committed by
max.kammerer
parent
5013abe8cd
commit
9e864f3c36
@@ -0,0 +1,13 @@
|
||||
public class Test {
|
||||
|
||||
protected String data = "O";
|
||||
|
||||
protected Test() {
|
||||
|
||||
}
|
||||
|
||||
protected static String testStatic() {
|
||||
return "K";
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user