[JS IR] Generate stub for exported functions with default params
see https://youtrack.jetbrains.com/issue/KT-43407
This commit is contained in:
Generated
+5
@@ -5173,6 +5173,11 @@ public class IrBoxJsES6TestGenerated extends AbstractIrBoxJsES6Test {
|
||||
runTest("js/js.translator/testData/box/jsExport/dataClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("exportedDefaultStub.kt")
|
||||
public void testExportedDefaultStub() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsExport/exportedDefaultStub.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jsExportInClass.kt")
|
||||
public void testJsExportInClass() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsExport/jsExportInClass.kt");
|
||||
|
||||
+5
@@ -5173,6 +5173,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/jsExport/dataClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("exportedDefaultStub.kt")
|
||||
public void testExportedDefaultStub() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsExport/exportedDefaultStub.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jsExportInClass.kt")
|
||||
public void testJsExportInClass() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsExport/jsExportInClass.kt");
|
||||
|
||||
+5
@@ -5188,6 +5188,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/jsExport/dataClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("exportedDefaultStub.kt")
|
||||
public void testExportedDefaultStub() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsExport/exportedDefaultStub.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jsExportInClass.kt")
|
||||
public void testJsExportInClass() throws Exception {
|
||||
runTest("js/js.translator/testData/box/jsExport/jsExportInClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user