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

4 lines
81 B
Kotlin
Vendored

// FIR_IDENTICAL
fun ff(a: Any) = a <!UNCHECKED_CAST!>as MutableList<String><!>