[FIR] Ignore some MPP backend tests

FIR doesn't support actual declarations in same module where expect
  declarations lay
This commit is contained in:
Dmitriy Novozhilov
2021-06-01 16:40:30 +03:00
committed by teamcityserver
parent c3060e861f
commit 5354e4afe4
9 changed files with 11 additions and 2 deletions
@@ -1,3 +1,4 @@
// IGNORE_BACKEND_FIR: JVM_IR
// !LANGUAGE: +MultiPlatformProjects
expect abstract class A protected constructor() {
@@ -16,4 +17,4 @@ actual abstract class A protected actual constructor() {
actual open class B actual constructor(i: Int): A() {
actual override fun foo() {}
actual open fun bar(s: String) {}
}
}