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

3 lines
83 B
Kotlin
Vendored

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