[JS IR] Add test in external js fun with default args
^KT-40090 fixed
This commit is contained in:
Generated
+5
@@ -10077,6 +10077,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
public void testAllFilesPresentInExternal() throws Exception {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/external"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true);
|
||||
}
|
||||
|
||||
@TestMetadata("jsWithDefaultArg.kt")
|
||||
public void testJsWithDefaultArg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/external/jsWithDefaultArg.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/fakeOverride")
|
||||
|
||||
Generated
+5
@@ -10077,6 +10077,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
public void testAllFilesPresentInExternal() throws Exception {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/external"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
|
||||
}
|
||||
|
||||
@TestMetadata("jsWithDefaultArg.kt")
|
||||
public void testJsWithDefaultArg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/external/jsWithDefaultArg.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/fakeOverride")
|
||||
|
||||
Reference in New Issue
Block a user