Files
2021-11-12 15:20:43 +03:00

7 lines
133 B
Kotlin
Vendored

// FIR_IDENTICAL
fun ff(l: Any) = when(l) {
is <!CANNOT_CHECK_FOR_ERASED!>MutableList<String><!> -> 1
else <!SYNTAX!>2<!>
}