Introduce 'reified' instead of 'erased'
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
class MyList<T>
|
||||
|
||||
fun ff(a: Any) = a is MyList<String>
|
||||
fun ff(a: Any) = a is <!CANNOT_CHECK_FOR_ERASED!>MyList<String><!>
|
||||
Reference in New Issue
Block a user