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

5 lines
56 B
Kotlin
Vendored

// FIR_IDENTICAL
fun ff(l: Any) = l as MutableList<*>