JVM_IR: do not place suspend markers around crossinline lambda calls

This commit is contained in:
pyos
2020-02-20 11:48:34 +01:00
committed by Ilmir Usmanov
parent 39ebc8cfa5
commit 6b98ea2378
13 changed files with 43 additions and 65 deletions
@@ -2,6 +2,8 @@
// COMMON_COROUTINES_TEST
// WITH_RUNTIME
// WITH_COROUTINES
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND_MULTI_MODULE: JVM_IR
import COROUTINES_PACKAGE.*
import helpers.*
@@ -2,8 +2,6 @@
// COMMON_COROUTINES_TEST
// WITH_RUNTIME
// WITH_COROUTINES
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND_MULTI_MODULE: JVM_IR
interface Flow<T> {
abstract suspend fun collect(collector: FlowCollector<T>)