[FIR] Start enum entries reworking

This commit is contained in:
Simon Ogorodnik
2019-11-28 18:07:29 +03:00
committed by Mikhail Glukhikh
parent 68d64f1b5c
commit 13132e69a3
60 changed files with 443 additions and 479 deletions
@@ -5,7 +5,7 @@ package kt1193
enum class MyEnum(val i: Int) {
A(12),
B //no error
<!INAPPLICABLE_CANDIDATE!>B<!> //no error
}
open class A(x: Int = 1)