Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/AsErasedFine.kt
T
2012-11-08 22:02:51 +04:00

3 lines
65 B
Kotlin
Vendored

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