blob: 3370b6fec7a2c837870d82b3a1c2c574598f9ca5 [file] [log] [blame]
fun f(x: Any): Boolean = x is Array<*> && x.isArrayOf<String>()
// 2 INSTANCEOF