KT-2752: add test to prove that KT-13024 is no longer reproducible with new implementation of name mangling
This commit is contained in:
@@ -4933,6 +4933,12 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("importedDeclarationMangling.kt")
|
||||
public void testImportedDeclarationMangling() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/multiFile/importedDeclarationMangling.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("packageAndMangledMethodDoNotClash.kt")
|
||||
public void testPackageAndMangledMethodDoNotClash() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/multiFile/packageAndMangledMethodDoNotClash.kt");
|
||||
|
||||
Reference in New Issue
Block a user