Tests: unmute bytecode listing tests for JVM_IR

Mute them for the old JVM backend instead. JVM IR behavior is fine in
all cases except maybe `destructured.kt`, for which there's now an issue
KT-63075.
This commit is contained in:
Alexander Udalov
2023-11-01 16:02:43 +01:00
committed by Space Team
parent c1c9549b4f
commit 9ae16fd66e
10 changed files with 117 additions and 102 deletions
@@ -8,6 +8,12 @@ public abstract class AbstractNumber {
public bridge final method intValue(): int
public bridge final method longValue(): long
public bridge final method shortValue(): short
public abstract method toByte(): byte
public abstract method toDouble(): double
public abstract method toFloat(): float
public abstract method toInt(): int
public abstract method toLong(): long
public abstract method toShort(): short
}
@kotlin.Metadata