4 lines
108 B
Kotlin
Vendored
4 lines
108 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
fun f(a : MutableList<out Any>) = a is <!CANNOT_CHECK_FOR_ERASED!>MutableList<out Int><!>
|