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/Parent.java
vendored
Normal file
4
compiler/testData/codegen/boxWithJava/statics/fields/Parent.java
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
class Parent {
|
||||
public static int a = 1;
|
||||
public static int b = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user