mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Instance field generation in objects
This commit is contained in:
4
compiler/testData/codegen/boxWithJava/deprecatedFieldForObject/B.java
vendored
Normal file
4
compiler/testData/codegen/boxWithJava/deprecatedFieldForObject/B.java
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
public class B {
|
||||
public static int a = A.INSTANCE$.getC();
|
||||
public static int b = A.INSTANCE$.foo();
|
||||
}
|
||||
Reference in New Issue
Block a user