Temporary mute test with issue between coroutines and crossinline
This commit is contained in:
committed by
Roman Artemev
parent
dac1fac957
commit
c9b7db646c
+1
@@ -3,6 +3,7 @@
|
|||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
// WITH_COROUTINES
|
// WITH_COROUTINES
|
||||||
// NO_CHECK_LAMBDA_INLINING
|
// NO_CHECK_LAMBDA_INLINING
|
||||||
|
// IGNORE_BACKEND: JS
|
||||||
|
|
||||||
suspend inline fun crossinlineMe(crossinline c: suspend () -> Unit) {
|
suspend inline fun crossinlineMe(crossinline c: suspend () -> Unit) {
|
||||||
val l: suspend () -> Unit = { c() }
|
val l: suspend () -> Unit = { c() }
|
||||||
|
|||||||
Reference in New Issue
Block a user