Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/AsErasedError.kt
T
Ivan Kochurkin d0a4ca199d [FIR] Add UNCHECKED_CAST
Regenerate diagnostics code
2021-11-12 15:20:45 +03:00

4 lines
100 B
Kotlin
Vendored

// FIR_IDENTICAL
fun ff(c: MutableCollection<String>) = c <!UNCHECKED_CAST!>as MutableList<Int><!>