3d8d92c7d3
- test data files renamed from *.jet to *.kt
5 lines
107 B
Kotlin
5 lines
107 B
Kotlin
import java.util.List
|
|
|
|
fun testArrays(ci : List<Int>) {
|
|
ci.toArray<Int>(<!UNRESOLVED_REFERENCE!>x<!>)
|
|
} |