[FIR2IR] Correctly generate delegating constructor call for secondary constructors in enums

^KT-56927 Fxied
This commit is contained in:
Dmitriy Novozhilov
2023-04-27 12:19:58 +03:00
committed by Space Team
parent a818c543a9
commit 7958a9debd
9 changed files with 20 additions and 17 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_K2: JS_IR, NATIVE
// WITH_STDLIB
import kotlin.test.assertEquals
@@ -16,4 +15,4 @@ fun box(): String {
assertEquals(TestEnumClass.ZERO.x, 0)
return "OK"
}
}