Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
cast
/
IsErasedDisallowFromAny.kt
blob: 0b66093a4dc55c2c025295a79f794536d8c843b6 [
file
]
// FIR_IDENTICAL
fun ff
(
l
:
Any
)
=
l
is
<!
CANNOT_CHECK_FOR_ERASED
!>
MutableList
<
String
><!>