3 lines
64 B
Kotlin
Vendored
3 lines
64 B
Kotlin
Vendored
|
|
fun ff(a: Any) = <!UNCHECKED_CAST!>a as MutableList<String><!>
|