kotlin-stdlib / kotlin.collections / ArrayList / toArray toArray JS 1.1 protected open fun <T> toArray(array: Array<T>): Array<T>(source) Native 1.3 protected fun <T> toArray(array: Array<T>): Array<T>(source) JS 1.1 protected open fun toArray(): Array<Any?>(source) Native 1.3 protected fun toArray(): Array<Any?>(source)