Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
cast
/
IsErasedAllowFromOutAtClass.kt
blob: 92f2c6a01441248f6ec3e145c1933e7cfd090031 [
file
]
// FIR_IDENTICAL
fun f
(
a
:
List
<
Number
>)
=
<!
USELESS_IS_CHECK
!>
a
is
List
<
Any
><!>