[JS IR BE] fix enum initialization

This commit is contained in:
Roman Artemev
2018-10-31 01:23:56 +03:00
committed by romanart
parent b86e2e6dc0
commit 535eea7f48
2 changed files with 37 additions and 6 deletions
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
enum class A1(val prop1: String) {
X("asd"),
Y() {