fun f(x: Any): Boolean = x is Array<*> && x.isArrayOf() // 2 INSTANCEOF