Add Contract tests for JS
This commit is contained in:
+10
@@ -989,6 +989,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/boxInline/contracts"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.ANY, true);
|
||||
}
|
||||
|
||||
@TestMetadata("cfgDependendValInitialization.kt")
|
||||
public void testCfgDependendValInitialization() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/contracts/cfgDependendValInitialization.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("complexInitializer.kt")
|
||||
public void testComplexInitializer() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/contracts/complexInitializer.kt");
|
||||
@@ -1009,6 +1014,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
runTest("compiler/testData/codegen/boxInline/contracts/definiteNestedValInitialization.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("definiteValInitInInitializer.kt")
|
||||
public void testDefiniteValInitInInitializer() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/contracts/definiteValInitInInitializer.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("definiteValInitialization.kt")
|
||||
public void testDefiniteValInitialization() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/contracts/definiteValInitialization.kt");
|
||||
|
||||
Reference in New Issue
Block a user