[FIR] Fix type alias handling in qualifier position

This commit is contained in:
Mikhail Glukhikh
2020-01-21 18:46:57 +03:00
parent e644edfe84
commit 69ecbd93a9
8 changed files with 15 additions and 12 deletions
@@ -8,5 +8,5 @@ class Relevant {
typealias Obsolete = Relevant
fun test1() = Obsolete
fun test2() = Obsolete.<!UNRESOLVED_REFERENCE!>value<!>
fun test2() = Obsolete.value
fun test3() = Obsolete.toString()