2 lines
112 B
Kotlin
Vendored
2 lines
112 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
fun f(a: MutableList<in String>) = a is <!CANNOT_CHECK_FOR_ERASED!>MutableList<CharSequence><!> |