[Wasm] Update testdata after coroutines support

This commit is contained in:
Svyatoslav Kuzmich
2021-10-09 15:14:48 +03:00
parent b8a5b9bb02
commit 15acc412ba
85 changed files with 2572 additions and 106 deletions
@@ -1,6 +1,5 @@
// WITH_RUNTIME
// WITH_COROUTINES
// IGNORE_BACKEND: JS_IR
// FILE: 1.kt
inline fun <T, R> (suspend () -> T).map(crossinline transform: suspend (T) -> R): suspend () -> R =
{ transform(this()) }
@@ -1,6 +1,5 @@
// WITH_RUNTIME
// WITH_COROUTINES
// IGNORE_BACKEND: JS_IR
// FILE: 1.kt
inline fun <T, R> (suspend () -> T).map(crossinline transform: suspend (T) -> R): suspend () -> R =
{ transform(this()) }