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 */