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