[Tests] Fix tests with ignore backend JS
diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/extensionFunctionAsASuperType.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/extensionFunctionAsASuperType.kt index 83f625e..1d0504f 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/extensionFunctionAsASuperType.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/extensionFunctionAsASuperType.kt
@@ -1,7 +1,7 @@ // LANGUAGE: +FunctionalTypeWithExtensionAsSupertype // WITH_STDLIB // WITH_COROUTINES -// IGNORE_BACKEND: JS, JS_IR, JS_IR_ES6 +// IGNORE_BACKEND: JS_IR, JS_IR_ES6 // ^ IMPLEMENTING_FUNCTION_INTERFACE: Implementing function interface is prohibited in JavaScript import helpers.* import kotlin.coroutines.*
diff --git a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineWithExtensionAsASuperType.kt b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineWithExtensionAsASuperType.kt index 146425f..1d735d6 100644 --- a/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineWithExtensionAsASuperType.kt +++ b/compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineWithExtensionAsASuperType.kt
@@ -1,7 +1,7 @@ // LANGUAGE: +FunctionalTypeWithExtensionAsSupertype // WITH_STDLIB // WITH_COROUTINES -// IGNORE_BACKEND: JS, JS_IR, JS_IR_ES6 +// IGNORE_BACKEND: JS_IR, JS_IR_ES6 // ^ IMPLEMENTING_FUNCTION_INTERFACE: Implementing function interface is prohibited in JavaScript import helpers.* import kotlin.coroutines.*
diff --git a/compiler/testData/codegen/box/callableReference/function/extensionFunctionAsASuperTypePassToSAMInterface.kt b/compiler/testData/codegen/box/callableReference/function/extensionFunctionAsASuperTypePassToSAMInterface.kt index fe41394..a1c8281 100644 --- a/compiler/testData/codegen/box/callableReference/function/extensionFunctionAsASuperTypePassToSAMInterface.kt +++ b/compiler/testData/codegen/box/callableReference/function/extensionFunctionAsASuperTypePassToSAMInterface.kt
@@ -1,5 +1,5 @@ // LANGUAGE: +FunctionalTypeWithExtensionAsSupertype -// IGNORE_BACKEND: JS, JS_IR, JS_IR_ES6 +// IGNORE_BACKEND: JS_IR, JS_IR_ES6 // ^ IMPLEMENTING_FUNCTION_INTERFACE: Implementing function interface is prohibited in JavaScript var result = ""
diff --git a/compiler/testData/codegen/box/extensionFunctions/suspendConversionForExtensionFunAsASuperType.kt b/compiler/testData/codegen/box/extensionFunctions/suspendConversionForExtensionFunAsASuperType.kt index f96f12d..94acd0e 100644 --- a/compiler/testData/codegen/box/extensionFunctions/suspendConversionForExtensionFunAsASuperType.kt +++ b/compiler/testData/codegen/box/extensionFunctions/suspendConversionForExtensionFunAsASuperType.kt
@@ -1,7 +1,7 @@ // LANGUAGE: +FunctionalTypeWithExtensionAsSupertype // WITH_STDLIB // WITH_COROUTINES -// IGNORE_BACKEND: JS, JS_IR, JS_IR_ES6 +// IGNORE_BACKEND: JS_IR, JS_IR_ES6 // ^ IMPLEMENTING_FUNCTION_INTERFACE: Implementing function interface is prohibited in JavaScript import helpers.* import kotlin.coroutines.*