JS: test local declaration deduplication with name clash; fix the test
This commit is contained in:
+5
@@ -4060,6 +4060,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/lambdaReassignmentWithCapture.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localDeclarationsClash.kt")
|
||||
public void testLocalDeclarationsClash() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/localDeclarationsClash.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localInlineExtensionFunction.kt")
|
||||
public void testLocalInlineExtensionFunction() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/localInlineExtensionFunction.kt");
|
||||
|
||||
+5
@@ -4060,6 +4060,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/lambdaReassignmentWithCapture.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localDeclarationsClash.kt")
|
||||
public void testLocalDeclarationsClash() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/localDeclarationsClash.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localInlineExtensionFunction.kt")
|
||||
public void testLocalInlineExtensionFunction() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/localInlineExtensionFunction.kt");
|
||||
|
||||
Reference in New Issue
Block a user