[LL FIR] do not provide cloneable for non-jvm platforms

It's a jvm-specific thing

^KT-62935 fixed
This commit is contained in:
Ilya Kirillov
2023-10-27 16:35:00 +02:00
committed by Space Team
parent bffbbe6293
commit 8fbd6ab02b
2 changed files with 5 additions and 10 deletions
@@ -1,9 +0,0 @@
// LL_FIR_DIVERGENCE
// KT-62935
// LL_FIR_DIVERGENCE
// ISSUE: KT-58549
fun main() {
val x: kotlin.Cloneable = if (true) intArrayOf(1) else longArrayOf(1)
x
}