JS: fix translation of suspend lambda when it's not passed to another function

This commit is contained in:
Alexey Andreev
2017-01-23 15:05:08 +03:00
parent 1a5e0e4b06
commit 8040d781b4
5 changed files with 21 additions and 51 deletions
@@ -1,6 +1,5 @@
// WITH_RUNTIME
// WITH_COROUTINES
// IGNORE_BACKEND: JS
import kotlin.coroutines.*
import kotlin.coroutines.intrinsics.*