5 lines
56 B
Kotlin
Vendored
5 lines
56 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
fun ff(l: Any) = l as MutableList<*>
|
|
|