Removed 'INSTANCE$' field generation

This commit is contained in:
Michael Bogdanov
2015-12-24 10:40:30 +03:00
parent aeb6486473
commit 2e73559f33
19 changed files with 10 additions and 170 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
public class ObjectInstance {
public static void foo() {
k.KotlinObject.INSTANCE<caret>$.f();
k.KotlinObject.INSTANC<caret>E.f();
}
}