2 lines
68 B
Kotlin
Vendored
2 lines
68 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun <T> test(<caret>a: Array<in T>) = a.size |