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

4 lines
90 B
Kotlin
Vendored

// FIR_IDENTICAL
fun ff(l: Any) = l is <!CANNOT_CHECK_FOR_ERASED!>MutableList<String><!>