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:
committed by
Space Team
parent
c1c9549b4f
commit
9ae16fd66e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user