Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/cast/IsReified.kt
T
2015-10-14 18:36:53 +03:00

1 line
82 B
Kotlin
Vendored

fun ff(a: Any) = a is Array<*> && <!DEBUG_INFO_SMARTCAST!>a<!>.isArrayOf<String>()