[LL FIR] do not provide cloneable for non-jvm platforms
It's a jvm-specific thing ^KT-62935 fixed
This commit is contained in:
committed by
Space Team
parent
bffbbe6293
commit
8fbd6ab02b
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user