Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/IsErasedAllowFromOut2.fir.kt
T

2 lines
67 B
Kotlin
Vendored

fun f(a: MutableList<String>) = a is MutableList<out CharSequence>