[Test] Update test according to KT-58899
This commit is contained in:
committed by
Space Team
parent
c64310a833
commit
af041f5bef
compiler/testData/diagnostics/tests/multiplatform/headerClass/equalsOverrideInActualInterface.fir.kt
Vendored
+7
@@ -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
|
||||||
|
}
|
||||||
Vendored
-1
@@ -1,4 +1,3 @@
|
|||||||
// FIR_IDENTICAL
|
|
||||||
// MODULE: m1-common
|
// MODULE: m1-common
|
||||||
expect interface Base
|
expect interface Base
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user