[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
// !LANGUAGE: +MultiPlatformProjects
expect abstract class A protected constructor() {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND_FIR: JVM_IR
// !LANGUAGE: +MultiPlatformProjects
expect enum class MyEnum {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND_FIR: JVM_IR
// !LANGUAGE: +MultiPlatformProjects
expect sealed class Ops()
@@ -1,3 +1,4 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun f(
f1: () -> String = { f2() },
f2: () -> String = { "FAIL" }