Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
cast
/
IsReified.fir.kt
blob: 7ebb11298d0bf6fb6a7f6201084402d9c9322e6e [
file
]
fun ff
(
a
:
Any
)
=
a
is
Array
<*>
&&
a
.
isArrayOf
<
String
>()