Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/AsErasedFine.kt
T

4 lines
82 B
Kotlin
Vendored

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