d0a4ca199d
Regenerate diagnostics code
4 lines
100 B
Kotlin
Vendored
4 lines
100 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
fun ff(c: MutableCollection<String>) = c <!UNCHECKED_CAST!>as MutableList<Int><!>
|