[FIR Native] Don't add Cloneable supertype when it's not present
^KT-58549 Fixed
This commit is contained in:
committed by
Space Team
parent
a80d6a7b74
commit
97adb01600
@@ -1,6 +1,4 @@
|
||||
// IGNORE_BACKEND_K2: JS_IR
|
||||
// KT-58549
|
||||
// IGNORE_BACKEND_K2: NATIVE
|
||||
|
||||
//test [], get and iterator calls
|
||||
fun test(createIntNotLong: Boolean): String {
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
// IGNORE_BACKEND_K2: JS_IR
|
||||
// KT-58549
|
||||
// IGNORE_BACKEND_K2: NATIVE
|
||||
|
||||
fun test(b: Boolean): String {
|
||||
val a = if (b) IntArray(5) else LongArray(5)
|
||||
|
||||
Reference in New Issue
Block a user