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

2 lines
62 B
Kotlin
Vendored

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