Removed toArray() from collections (few tests are still failing).
#KT-3352 in progress
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
fun <E> List<*>.toArray(ar: Array<E>): Array<E> = ar
|
||||
|
||||
fun testArrays(ci : List<Int>) {
|
||||
ci.toArray<Int>(<!UNRESOLVED_REFERENCE!>x<!>)
|
||||
|
||||
Reference in New Issue
Block a user