[FIR] Support of ACTUAL_TYPE_ALIAS_NOT_TO_CLASS diagnostic
^KT-56514 Fixed
This commit is contained in:
committed by
Space Team
parent
c418a7a7bf
commit
8bf9d6c92f
Vendored
+1
-1
@@ -27,4 +27,4 @@ actual typealias C8<J> = MutableList<*>
|
||||
actual typealias C9<K> = MutableList<in K>
|
||||
|
||||
typealias Tmp<K> = MutableList<K>
|
||||
actual typealias C10<L> = Tmp<L>
|
||||
<!ACTUAL_TYPE_ALIAS_NOT_TO_CLASS!>actual typealias C10<L> = Tmp<L><!>
|
||||
|
||||
Reference in New Issue
Block a user