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

3 lines
107 B
Kotlin
Vendored

// FIR_IDENTICAL
fun f(a: MutableList<String>) = <!USELESS_IS_CHECK!>a is MutableList<out CharSequence><!>