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

2 lines
40 B
Kotlin
Vendored

fun f(a: List<Number>) = a is List<Any>