4 lines
85 B
Kotlin
4 lines
85 B
Kotlin
|
|
fun testArrays(ci : List<Int>) {
|
|
ci.toArray<Int>(<!UNRESOLVED_REFERENCE!>x<!>)
|
|
} |