FIR: Fix positioning of ENUM_ENTRY_AS_TYPE

The current SELECTOR_BY_QUALIFIED positioning strategy is closely
related what should be done here. But it only works on qualified access
expressions. This change also makes it work for type references.
This commit is contained in:
Tianyu Geng
2021-06-15 11:20:54 -07:00
committed by Mikhail Glukhikh
parent c648356887
commit a8e379a025
7 changed files with 59 additions and 33 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
enum class E {
ENTRY
}