[stdlib-mpp] add JS-IR target

#KT-56106
This commit is contained in:
Ilya Gorbunov
2022-01-29 04:32:09 +03:00
committed by Space Team
parent 34fc6278ea
commit 5c6d3b03df
2 changed files with 95 additions and 1 deletions
@@ -9,6 +9,7 @@ import kotlin.js.*
internal fun arrayToString(array: Array<*>) = array.joinToString(", ", "[", "]") { toString(it) }
@OptIn(ExperimentalUnsignedTypes::class)
internal fun <T> Array<out T>?.contentDeepHashCodeInternal(): Int {
if (this == null) return 0
var result = 1