Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
cast
/
IsReified.fir.kt
blob: 0043787ac970c364c56d8163f6fed9cdcb606d06 [
file
]
// RUN_PIPELINE_TILL: BACKEND
fun ff
(
a
:
Any
)
=
a
is
Array
<*>
&&
a
.
isArrayOf
<
String
>()
/* GENERATED_FIR_TAGS: andExpression, functionDeclaration, isExpression, smartcast, starProjection */