From c9b7db646c11743c7980898890ff50d8859ce36e Mon Sep 17 00:00:00 2001 From: Roman Artemev Date: Wed, 1 Aug 2018 10:56:08 +0300 Subject: [PATCH] Temporary mute test with issue between coroutines and crossinline --- .../boxInline/suspend/stateMachine/numberOfSuspentions.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/boxInline/suspend/stateMachine/numberOfSuspentions.kt b/compiler/testData/codegen/boxInline/suspend/stateMachine/numberOfSuspentions.kt index e26bbc1ef10..54ca4d0dd94 100644 --- a/compiler/testData/codegen/boxInline/suspend/stateMachine/numberOfSuspentions.kt +++ b/compiler/testData/codegen/boxInline/suspend/stateMachine/numberOfSuspentions.kt @@ -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() }