Instance field generation in objects
This commit is contained in:
@@ -6,6 +6,8 @@ public final class C {
|
||||
public C() { /* compiled code */ }
|
||||
|
||||
public static final class Companion {
|
||||
public static final C.Companion INSTANCE;
|
||||
|
||||
private final java.lang.String getFoo() { /* compiled code */ }
|
||||
|
||||
private Companion() { /* compiled code */ }
|
||||
|
||||
Reference in New Issue
Block a user