Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
cast
/
IsErasedDisallowFromOutAtClass.kt
blob: 268037a1da0ddb996b8887c7b4e0ef74c61b7ee6 [
file
]
// FIR_IDENTICAL
fun f
(
a
:
List
<
Any
>)
=
a
is
<!
CANNOT_CHECK_FOR_ERASED
!>
List
<
Number
><!>