[JS IR] Export protected members too

#KT-47524 Fixed
#KT-47525 Fixed
This commit is contained in:
Sergej Jaskiewicz
2021-09-06 12:46:25 +00:00
committed by Space
parent 6abd3bf589
commit cb3d5f90e6
10 changed files with 117 additions and 9 deletions
@@ -1632,6 +1632,11 @@ public class IrBoxJsES6TestGenerated extends AbstractIrBoxJsES6Test {
runTest("js/js.translator/testData/box/export/exportNestedObject.kt");
}
@TestMetadata("exportProtectedMembers.kt")
public void testExportProtectedMembers() throws Exception {
runTest("js/js.translator/testData/box/export/exportProtectedMembers.kt");
}
@TestMetadata("nonIndetifierModuleName.kt")
public void testNonIndetifierModuleName() throws Exception {
runTest("js/js.translator/testData/box/export/nonIndetifierModuleName.kt");
@@ -1632,6 +1632,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
runTest("js/js.translator/testData/box/export/exportNestedObject.kt");
}
@TestMetadata("exportProtectedMembers.kt")
public void testExportProtectedMembers() throws Exception {
runTest("js/js.translator/testData/box/export/exportProtectedMembers.kt");
}
@TestMetadata("nonIndetifierModuleName.kt")
public void testNonIndetifierModuleName() throws Exception {
runTest("js/js.translator/testData/box/export/nonIndetifierModuleName.kt");
@@ -1637,6 +1637,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
runTest("js/js.translator/testData/box/export/exportNestedObject.kt");
}
@TestMetadata("exportProtectedMembers.kt")
public void testExportProtectedMembers() throws Exception {
runTest("js/js.translator/testData/box/export/exportProtectedMembers.kt");
}
@TestMetadata("nonIndetifierModuleName.kt")
public void testNonIndetifierModuleName() throws Exception {
runTest("js/js.translator/testData/box/export/nonIndetifierModuleName.kt");