[K/JS] Add file-to-file compilation ^KT-6168 Fixed
This commit is contained in:
+6
@@ -2421,6 +2421,12 @@ public class FirJsBoxTestGenerated extends AbstractFirJsBoxTest {
|
||||
runTest("js/js.translator/testData/box/esModules/jsExport/jsExportInClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("perFileExportedApi.kt")
|
||||
public void testPerFileExportedApi() throws Exception {
|
||||
runTest("js/js.translator/testData/box/esModules/jsExport/perFileExportedApi.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("recursiveExport.kt")
|
||||
public void testRecursiveExport() throws Exception {
|
||||
|
||||
+6
@@ -2527,6 +2527,12 @@ public class IrBoxJsES6TestGenerated extends AbstractIrBoxJsES6Test {
|
||||
runTest("js/js.translator/testData/box/esModules/jsExport/jsExportInClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("perFileExportedApi.kt")
|
||||
public void testPerFileExportedApi() throws Exception {
|
||||
runTest("js/js.translator/testData/box/esModules/jsExport/perFileExportedApi.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("recursiveExport.kt")
|
||||
public void testRecursiveExport() throws Exception {
|
||||
|
||||
+6
@@ -2421,6 +2421,12 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/esModules/jsExport/jsExportInClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("perFileExportedApi.kt")
|
||||
public void testPerFileExportedApi() throws Exception {
|
||||
runTest("js/js.translator/testData/box/esModules/jsExport/perFileExportedApi.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("recursiveExport.kt")
|
||||
public void testRecursiveExport() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user