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