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 {
|
||||
class B : A() {
|
||||
val a = "FAIL"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
open class A {
|
||||
open fun foo() = "FAIL"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user