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

3 lines
88 B
Kotlin

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