3 lines
83 B
Plaintext
3 lines
83 B
Plaintext
class MyList<T>
|
|
|
|
fun ff(a: Any) = a is <!CANNOT_CHECK_FOR_ERASED!>MyList<String><!> |