mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Instance field generation in objects
This commit is contained in:
@@ -7,6 +7,8 @@ public final class ClassObjectField {
|
||||
public ClassObjectField() { /* compiled code */ }
|
||||
|
||||
public static final class Companion {
|
||||
public static final ClassObjectField.Companion INSTANCE;
|
||||
|
||||
@org.jetbrains.annotations.Nullable
|
||||
public final java.lang.String getX() { /* compiled code */ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user