Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e1e07d20949869a38f2fc0b6ceeea1235721f07f
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
cast
/
IsReified.kt
blob: 513997f865aa9323c56bfe3493d27e83fbec57d1 [
file
]
fun ff
(
a
:
Any
)
=
a
is
Array
<*>
&&
<!
DEBUG_INFO_SMARTCAST
!>
a
<!>.
isArrayOf
<
String
>()