[K/JS] Change order of exported properties definition for non ES-classes compilation ^KT-60131 Fixed
This commit is contained in:
+12
@@ -2289,6 +2289,12 @@ public class FirJsBoxTestGenerated extends AbstractFirJsBoxTest {
|
||||
runTest("js/js.translator/testData/box/esModules/export/exportInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("exportInterfaceWithoutClases.kt")
|
||||
public void testExportInterfaceWithoutClases() throws Exception {
|
||||
runTest("js/js.translator/testData/box/esModules/export/exportInterfaceWithoutClases.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("exportNestedClass.kt")
|
||||
public void testExportNestedClass() throws Exception {
|
||||
@@ -2854,6 +2860,12 @@ public class FirJsBoxTestGenerated extends AbstractFirJsBoxTest {
|
||||
runTest("js/js.translator/testData/box/export/exportInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("exportInterfaceWithoutClases.kt")
|
||||
public void testExportInterfaceWithoutClases() throws Exception {
|
||||
runTest("js/js.translator/testData/box/export/exportInterfaceWithoutClases.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("exportNestedClass.kt")
|
||||
public void testExportNestedClass() throws Exception {
|
||||
|
||||
+12
@@ -2395,6 +2395,12 @@ public class IrBoxJsES6TestGenerated extends AbstractIrBoxJsES6Test {
|
||||
runTest("js/js.translator/testData/box/esModules/export/exportInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("exportInterfaceWithoutClases.kt")
|
||||
public void testExportInterfaceWithoutClases() throws Exception {
|
||||
runTest("js/js.translator/testData/box/esModules/export/exportInterfaceWithoutClases.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("exportNestedClass.kt")
|
||||
public void testExportNestedClass() throws Exception {
|
||||
@@ -2960,6 +2966,12 @@ public class IrBoxJsES6TestGenerated extends AbstractIrBoxJsES6Test {
|
||||
runTest("js/js.translator/testData/box/export/exportInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("exportInterfaceWithoutClases.kt")
|
||||
public void testExportInterfaceWithoutClases() throws Exception {
|
||||
runTest("js/js.translator/testData/box/export/exportInterfaceWithoutClases.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("exportNestedClass.kt")
|
||||
public void testExportNestedClass() throws Exception {
|
||||
|
||||
+12
@@ -2289,6 +2289,12 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/esModules/export/exportInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("exportInterfaceWithoutClases.kt")
|
||||
public void testExportInterfaceWithoutClases() throws Exception {
|
||||
runTest("js/js.translator/testData/box/esModules/export/exportInterfaceWithoutClases.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("exportNestedClass.kt")
|
||||
public void testExportNestedClass() throws Exception {
|
||||
@@ -2854,6 +2860,12 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/export/exportInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("exportInterfaceWithoutClases.kt")
|
||||
public void testExportInterfaceWithoutClases() throws Exception {
|
||||
runTest("js/js.translator/testData/box/export/exportInterfaceWithoutClases.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("exportNestedClass.kt")
|
||||
public void testExportNestedClass() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user