KT-11086 Treat initializer of a companion object as a class initializer

This commit is contained in:
Alexey Andreev
2016-05-17 12:49:05 +03:00
parent c5eaea846d
commit f0ee52faaf
6 changed files with 43 additions and 17 deletions
@@ -1,6 +1,3 @@
// Enable for JS when it supports initializer of companion objects.
// TARGET_BACKEND: JVM
// see https://youtrack.jetbrains.com/issue/KT-11086
var global = 0;
class C {