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
@@ -8630,6 +8630,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
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("inheritedFromInterfaceViaAbstractSuperclass.kt")
public void testInheritedFromInterfaceViaAbstractSuperclass() throws Exception {
runTest("compiler/testData/codegen/box/defaultArguments/inheritedFromInterfaceViaAbstractSuperclass.kt");