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

3 lines
65 B
Kotlin
Vendored

fun ff(c: MutableCollection<String>) = c as MutableList<String>