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