FIR2IR: mute black box test due to parent logic problems

This commit is contained in:
Mikhail Glukhikh
2020-03-02 18:19:06 +03:00
parent 698e259438
commit 0bb3a42ceb
@@ -1,3 +1,4 @@
// IGNORE_BACKEND_FIR: JVM_IR
abstract class Base(val fn: () -> String)
object Test : Base(run { { Test.ok() } }) {