[tests] Fix KMP test data affected by 9d566465
Affected test data was in a correct state in the corresponding MR branch, but that state was invalidated by the appearance of9d566465in the master branch. Because the MR branch in question was created and checked via CI runs before9d566465was committed to master, the discrepancy couldn't be caught by MR quality gates.
This commit is contained in:
committed by
Space Team
parent
bbb91d7871
commit
a781a08386
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
expect interface ExternalInterface
|
||||
|
||||
external class ExternalClass: ExternalInterface
|
||||
external class <!EXTERNAL_TYPE_EXTENDS_NON_EXTERNAL_TYPE{METADATA}!>ExternalClass<!>: ExternalInterface
|
||||
|
||||
// MODULE: js()()(commonjs)
|
||||
// TARGET_PLATFORM: JS
|
||||
|
||||
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
expect interface ExternalInterface
|
||||
|
||||
external fun externalFunction(arg: ExternalInterface)
|
||||
external fun externalFunction(arg: <!WRONG_JS_INTEROP_TYPE{METADATA}!>ExternalInterface<!>)
|
||||
|
||||
// MODULE: wasm()()(commonwasm)
|
||||
// TARGET_PLATFORM: Wasm
|
||||
|
||||
Reference in New Issue
Block a user