Instance field generation in objects

This commit is contained in:
Michael Bogdanov
2015-10-08 12:22:45 +03:00
parent 53ced57c42
commit 60d1736b97
25 changed files with 87 additions and 55 deletions
@@ -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 */ }