Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/IsErasedAllowFromOutAtClass.kt
T
2021-05-05 18:20:51 +03:00

3 lines
80 B
Kotlin
Vendored

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