mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Load Java static members from parents
This commit is contained in:
4
compiler/testData/codegen/boxWithJava/statics/fields/Child.java
vendored
Normal file
4
compiler/testData/codegen/boxWithJava/statics/fields/Child.java
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
class Child extends Parent {
|
||||
public static int b = 3;
|
||||
public static int c = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user