Exposed visibility deprecation warnings made errors + relevant test fixes
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package test;
|
||||
|
||||
class JavaClass {
|
||||
public class JavaClass {
|
||||
public int field = 0;
|
||||
|
||||
protected int myProperty = 0;
|
||||
|
||||
Reference in New Issue
Block a user