3 lines
65 B
Kotlin
3 lines
65 B
Kotlin
|
|
fun ff(c: MutableCollection<String>) = c as MutableList<String>
|
|
|
fun ff(c: MutableCollection<String>) = c as MutableList<String>
|