Added test

This commit is contained in:
Igor Chevdar
2019-01-31 14:52:02 +03:00
parent 0ca28914a5
commit c257af31f4
6 changed files with 41 additions and 0 deletions
@@ -8615,6 +8615,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/defaultArguments"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JVM, true);
}
@TestMetadata("callDefaultFromInitializer.kt")
public void testCallDefaultFromInitializer() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/callDefaultFromInitializer.kt");
}
@TestMetadata("implementedByFake.kt")
public void testImplementedByFake() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/implementedByFake.kt");