Adjust J2K to latest protected visibility fixes
This commit is contained in:
@@ -5,10 +5,14 @@ public class BaseInheritorSamePackage {
|
||||
|
||||
}
|
||||
|
||||
protected void foo() {
|
||||
protected BaseInheritorSamePackage(int x) {
|
||||
|
||||
}
|
||||
|
||||
protected void foo() {
|
||||
new BaseInheritorSamePackage(1);
|
||||
}
|
||||
|
||||
protected int i = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user