Mute two failing FIR black box tests (broken by commits of demiurg)
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
|
|
||||||
open class A {
|
open class A {
|
||||||
class B : A() {
|
class B : A() {
|
||||||
val a = "FAIL"
|
val a = "FAIL"
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
|
|
||||||
open class A {
|
open class A {
|
||||||
open fun foo() = "FAIL"
|
open fun foo() = "FAIL"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user