3 lines
88 B
Kotlin
3 lines
88 B
Kotlin
|
|
fun ff(c: MutableCollection<String>) = c <!CAST_NEVER_SUCCEEDS!>as<!> MutableList<Int>
|