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

4 lines
39 B
Kotlin
Vendored

fun ff(l: Any) = l as MutableList<*>