[FIR] Count alias reference with type arguments as qualifier w/out value
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user