diff --git a/js/js.translator/testData/box/inline/operators.kt b/js/js.translator/testData/box/inline/operators.kt index 93636adfd3e..696810d2a09 100644 --- a/js/js.translator/testData/box/inline/operators.kt +++ b/js/js.translator/testData/box/inline/operators.kt @@ -5,8 +5,8 @@ // CHECK_FUNCTION_EXISTS: plus TARGET_BACKENDS=JS // CHECK_NOT_CALLED_IN_SCOPE: function=plus scope=box TARGET_BACKENDS=JS -// CHECK_FUNCTION_EXISTS: plus_0 IGNORED_BACKENDS=JS -// CHECK_NOT_CALLED_IN_SCOPE: function=plus_0 scope=box IGNORED_BACKENDS=JS +// CHECK_FUNCTION_EXISTS: plus_1 IGNORED_BACKENDS=JS +// CHECK_NOT_CALLED_IN_SCOPE: function=plus_1 scope=box IGNORED_BACKENDS=JS // CHECK_FUNCTION_EXISTS: invoke TARGET_BACKENDS=JS // CHECK_NOT_CALLED_IN_SCOPE: function=invoke scope=box TARGET_BACKENDS=JS diff --git a/js/js.translator/testData/box/inlineStdlib/callableRefToFunInCurrentModule.kt b/js/js.translator/testData/box/inlineStdlib/callableRefToFunInCurrentModule.kt index d257c706489..396ae3fd114 100644 --- a/js/js.translator/testData/box/inlineStdlib/callableRefToFunInCurrentModule.kt +++ b/js/js.translator/testData/box/inlineStdlib/callableRefToFunInCurrentModule.kt @@ -2,8 +2,8 @@ // EXPECTED_REACHABLE_NODES: 1525 package foo -// CHECK_NOT_CALLED_IN_SCOPE: scope=test function=even -// CHECK_NOT_CALLED_IN_SCOPE: scope=test function=filter +// CHECK_NOT_CALLED_IN_SCOPE: scope=test function=even TARGET_BACKENDS=JS +// CHECK_NOT_CALLED_IN_SCOPE: scope=test function=filter TARGET_BACKENDS=JS internal inline fun even(x: Int) = x % 2 == 0