[NI] Use original descriptor for functions imported from object during JS mangling
^KT-35904 Fixed
This commit is contained in:
+5
@@ -2138,6 +2138,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/expression/function/manglingClashWithFunctionsWithoutParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("manglingImportedFromObjectWithNI.kt")
|
||||
public void testManglingImportedFromObjectWithNI() throws Exception {
|
||||
runTest("js/js.translator/testData/box/expression/function/manglingImportedFromObjectWithNI.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("manglingStability.kt")
|
||||
public void testManglingStability() throws Exception {
|
||||
runTest("js/js.translator/testData/box/expression/function/manglingStability.kt");
|
||||
|
||||
+5
@@ -2148,6 +2148,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/expression/function/manglingClashWithFunctionsWithoutParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("manglingImportedFromObjectWithNI.kt")
|
||||
public void testManglingImportedFromObjectWithNI() throws Exception {
|
||||
runTest("js/js.translator/testData/box/expression/function/manglingImportedFromObjectWithNI.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("manglingStability.kt")
|
||||
public void testManglingStability() throws Exception {
|
||||
runTest("js/js.translator/testData/box/expression/function/manglingStability.kt");
|
||||
|
||||
Reference in New Issue
Block a user