[FIR] Support ENUM_CLASS_CONSTRUCTOR_CALL

^KT-59411 Fixed
This commit is contained in:
Nikolay Lunyak
2023-07-18 07:38:40 +03:00
committed by Space Team
parent f4ffd479cc
commit e4246e8f51
15 changed files with 46 additions and 55 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
// KT-7753: attempt to call enum constructor explicitly
enum class A(val c: Int) {
ONE(1),