ebfb1ec792
KT-1558 Fixed
5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
import java.util.List
|
|
|
|
fun testArrays(ci : List<Int>) {
|
|
ci.toArray<Int>(<!UNRESOLVED_REFERENCE!>x<!>)
|
|
} |