[WASM] Fix build

This commit is contained in:
Igor Laevsky
2021-10-13 21:14:47 +03:00
committed by TeamCityServer
parent cb5bef1535
commit 50ca86838f
23 changed files with 5 additions and 62 deletions
@@ -3,8 +3,6 @@
// !DIAGNOSTICS: -UNUSED_PARAMETER
// IGNORE_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: COROUTINES
fun useSuspendVararg(vararg sfn: suspend () -> Unit) {}