From 56bf1f895cba8b3122311c9fe8bc65955b002e74 Mon Sep 17 00:00:00 2001 From: Zalim Bashorov Date: Tue, 26 Jun 2018 14:48:44 +0300 Subject: [PATCH] Mute failed test for JS IR BE (cherry picked from commit 6d379a6) --- ...ionsWhenNullableTypeParameterReplacedWithIntersectionType.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/regressions/noAssertionsWhenNullableTypeParameterReplacedWithIntersectionType.kt b/compiler/testData/codegen/box/regressions/noAssertionsWhenNullableTypeParameterReplacedWithIntersectionType.kt index cdc8fb844eb..eff4eaca797 100644 --- a/compiler/testData/codegen/box/regressions/noAssertionsWhenNullableTypeParameterReplacedWithIntersectionType.kt +++ b/compiler/testData/codegen/box/regressions/noAssertionsWhenNullableTypeParameterReplacedWithIntersectionType.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +NewInference -// IGNORE_BACKEND: JVM_IR +// IGNORE_BACKEND: JS_IR, JVM_IR class Recursive> : Generic>, MainSupertype open class Simple : Generic, MainSupertype