[FIR] Ignore some MPP backend tests
FIR doesn't support actual declarations in same module where expect declarations lay
This commit is contained in:
committed by
teamcityserver
parent
c3060e861f
commit
5354e4afe4
+2
-1
@@ -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) {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user