Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
cast
/
kt614.kt
blob: 49dae1e8f35cfcb1f31bb6d732018c15953a0e11 [
file
]
fun f
(
a
:
Collection
<*>)
=
a
is
List
<*><!
USELESS_NULLABLE_CHECK
!>?<!>