Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
cast
/
IsErasedDisallowDifferentArgInvariantPosition.kt
blob: 2a24a55669e9aaaff33fc1c8baf171a53ab12d1b [
file
]
// FIR_IDENTICAL
fun f
(
a
:
MutableList
<
String
>)
=
a
is
<!
CANNOT_CHECK_FOR_ERASED
!>
MutableList
<
CharSequence
><!>