diff --git a/compiler/testData/codegen/box/coroutines/kt35967.kt b/compiler/testData/codegen/box/coroutines/kt35967.kt index 5d3b5387c1f..53746e350ab 100644 --- a/compiler/testData/codegen/box/coroutines/kt35967.kt +++ b/compiler/testData/codegen/box/coroutines/kt35967.kt @@ -1,6 +1,7 @@ // !LANGUAGE: +NewInference // IGNORE_BACKEND_FIR: JVM_IR // WITH_RUNTIME +// KJS_WITH_FULL_RUNTIME // FULL_JDK // ISSUE: KT-35967