FIR: don't create delegated constructor call in expect

#KT-51756 Fixed
This commit is contained in:
Mikhail Glukhikh
2022-03-29 16:06:40 +03:00
parent 16027b4531
commit aaebb7a30e
12 changed files with 105 additions and 34 deletions
@@ -2,7 +2,7 @@
// FILE: common.kt
expect enum class En(x: Int) {
<!NONE_APPLICABLE!>E1,<!>
E1,
E2(42),
;