Removed reified to fix the bootstrap. The @library annotation prevents from making the function inline.
This commit is contained in:
@@ -20,7 +20,7 @@ import java.util.Comparator
|
|||||||
import kotlin.comparisons.naturalOrder
|
import kotlin.comparisons.naturalOrder
|
||||||
|
|
||||||
@library("copyToArray")
|
@library("copyToArray")
|
||||||
public fun <reified T> Collection<T>.toTypedArray(): Array<T> = noImpl
|
public fun <T> Collection<T>.toTypedArray(): Array<T> = noImpl
|
||||||
|
|
||||||
|
|
||||||
@library("copyToArrayImpl")
|
@library("copyToArrayImpl")
|
||||||
|
|||||||
Reference in New Issue
Block a user