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

3 lines
61 B
Kotlin
Vendored

fun f(a : MutableList<out Any>) = a is MutableList<out Int>