[FIR2IR] Correctly generate delegating constructor call for secondary constructors in enums
^KT-56927 Fxied
This commit is contained in:
committed by
Space Team
parent
a818c543a9
commit
7958a9debd
+1
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user