mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
Fix the accessing to static field from Parent through Child
This commit is contained in:
6
compiler/testData/codegen/bytecodeTextMultifile/javaStatics/Child.java
vendored
Normal file
6
compiler/testData/codegen/bytecodeTextMultifile/javaStatics/Child.java
vendored
Normal file
@@ -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