[FIR][checkers][Wasm] Turn FirWasmJsInteropTypesChecker into a platform checker

#KT-66475 Fixed
This commit is contained in:
Stanislav Ruban
2024-03-11 04:11:10 +02:00
committed by Space Team
parent 478c1a6d50
commit 8f420eb3e1
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@
expect interface ExternalInterface
external fun externalFunction(arg: <!WRONG_JS_INTEROP_TYPE!>ExternalInterface<!>)
external fun externalFunction(arg: ExternalInterface)
// MODULE: wasm()()(commonwasm)
// TARGET_PLATFORM: Wasm