Fix the accessing to static field from Parent through Child
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Child extends Parent {
|
||||
public static int b = 3;
|
||||
public static int c = 4;
|
||||
public static void bar() {}
|
||||
public static void baz() {}
|
||||
}
|
||||
Reference in New Issue
Block a user