Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/IsErasedDisallowFromOutAtClass.kt
T
2021-11-12 15:20:43 +03:00

3 lines
87 B
Kotlin
Vendored

// FIR_IDENTICAL
fun f(a: List<Any>) = a is <!CANNOT_CHECK_FOR_ERASED!>List<Number><!>