[Raw FIR] Synchronize enum entry building in PSI / light AST modes

This commit is contained in:
Mikhail Glukhikh
2020-01-09 12:44:39 +03:00
parent 65a44e2e20
commit 2b05320ae9
19 changed files with 353 additions and 44 deletions
@@ -5,7 +5,7 @@ object A {
enum class B {
X() {
<!CONSTRUCTOR_IN_OBJECT!>constructor()<!>
<!UNRESOLVED_REFERENCE!>constructor()<!>
}
}