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

3 lines
62 B
Kotlin
Vendored

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