Fixed IsReified diagnostic test. Now it really checks for reified type.

This commit is contained in:
Evgeny Gerashchenko
2012-11-07 18:16:11 +04:00
parent 266313a02e
commit 992d84d920
@@ -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>