[FIR] Expand typealiases when resolving to companions

^KT-59901 Fixed
This commit is contained in:
Nikolay Lunyak
2023-08-01 12:46:28 +03:00
committed by Space Team
parent 4a9ba1c9ac
commit c392b0c477
3 changed files with 16 additions and 7 deletions
@@ -11,5 +11,5 @@ typealias CA = C
val test1 = CA
val test2 = CA.<!UNRESOLVED_REFERENCE!>Companion<!>
val test3 = CA.x
val test3 = <!API_NOT_AVAILABLE!>CA<!>.x
val test4 = CA.<!UNRESOLVED_REFERENCE!>Companion<!>.x