Unmute two passing FIR black box tests (fixed by commits of demiurg)

This commit is contained in:
Mikhail Glukhikh
2020-02-17 20:24:28 +03:00
parent 91814364de
commit 4abbcd1267
2 changed files with 0 additions and 4 deletions
@@ -1,5 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
interface Expr {
public fun ttFun() : Int = 12
}
@@ -1,5 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
open class A
class B : A() {