Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
cast
/
IsErasedAllowSameClassParameter.kt
blob: 2b5253d22e23103d8569caf4137c5d83f4ccfba5 [
file
]
// FIR_IDENTICAL
fun ff
(
l
:
MutableCollection
<
String
>)
=
l
is
MutableList
<
String
>