Temporary mute test with issue between coroutines and crossinline

This commit is contained in:
Roman Artemev
2018-08-01 10:56:08 +03:00
committed by Roman Artemev
parent dac1fac957
commit c9b7db646c
@@ -3,6 +3,7 @@
// WITH_RUNTIME
// WITH_COROUTINES
// NO_CHECK_LAMBDA_INLINING
// IGNORE_BACKEND: JS
suspend inline fun crossinlineMe(crossinline c: suspend () -> Unit) {
val l: suspend () -> Unit = { c() }