[FIR] Expand typealiases when resolving to companions
^KT-59901 Fixed
This commit is contained in:
committed by
Space Team
parent
4a9ba1c9ac
commit
c392b0c477
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user