Fixed IsReified diagnostic test. Now it really checks for reified type.
This commit is contained in:
@@ -1,3 +1 @@
|
||||
class MyList<T>
|
||||
|
||||
fun ff(a: Any) = a is <!CANNOT_CHECK_FOR_ERASED!>MyList<String><!>
|
||||
fun ff(a: Any) = a is Array<String>
|
||||
Reference in New Issue
Block a user