1 line
82 B
Kotlin
Vendored
1 line
82 B
Kotlin
Vendored
fun ff(a: Any) = a is Array<*> && <!DEBUG_INFO_SMARTCAST!>a<!>.isArrayOf<String>() |