[FIR] Count alias reference with type arguments as qualifier w/out value

This commit is contained in:
Mikhail Glukhikh
2020-01-22 13:14:39 +03:00
parent e39df5bb91
commit c37394ec83
3 changed files with 5 additions and 2 deletions
@@ -6,5 +6,5 @@ class C<T1, T2> {
typealias C2<T> = C<T, T>
val test1: String = C2<String>.OK
val test1: String = C2<String>.<!UNRESOLVED_REFERENCE!>OK<!>
val test2: String = C2.OK