4 lines
82 B
Kotlin
Vendored
4 lines
82 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
fun ff(c: MutableCollection<String>) = c as MutableList<String>
|