[Test] Update test according to KT-58899

This commit is contained in:
Dmitriy Novozhilov
2023-05-25 14:57:20 +03:00
committed by Space Team
parent c64310a833
commit af041f5bef
2 changed files with 7 additions and 1 deletions
@@ -0,0 +1,7 @@
// MODULE: m1-common
<!INCOMPATIBLE_MATCHING{JVM}!>expect interface Base<!>
// MODULE: m1-jvm()()(m1-common)
actual interface Base {
override fun equals(other: Any?): Boolean
}
@@ -1,4 +1,3 @@
// FIR_IDENTICAL
// MODULE: m1-common
expect interface Base