[FIR] Mute failing tests

This commit is contained in:
Roman Artemev
2021-03-12 18:43:30 +03:00
parent 92eac7e124
commit ab8f64a3ee
13 changed files with 13 additions and 0 deletions
@@ -1,3 +1,4 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun f(
f1: () -> String = { f2() },
f2: () -> String = { "FAIL" }