Add tests extracted from regressions
This commit is contained in:
Generated
+10
@@ -6906,6 +6906,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/callDefaultFromInitializer.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("complexInheritance.kt")
|
||||
public void testComplexInheritance() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/complexInheritance.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("implementedByFake.kt")
|
||||
public void testImplementedByFake() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/implementedByFake.kt");
|
||||
@@ -15041,6 +15046,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/properties/companionPrivateFieldInsideLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("complexPropertyInitializer.kt")
|
||||
public void testComplexPropertyInitializer() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/complexPropertyInitializer.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("field.kt")
|
||||
public void testField() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/field.kt");
|
||||
|
||||
+10
@@ -6906,6 +6906,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/callDefaultFromInitializer.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("complexInheritance.kt")
|
||||
public void testComplexInheritance() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/complexInheritance.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("implementedByFake.kt")
|
||||
public void testImplementedByFake() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/implementedByFake.kt");
|
||||
@@ -15146,6 +15151,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/properties/companionPrivateFieldInsideLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("complexPropertyInitializer.kt")
|
||||
public void testComplexPropertyInitializer() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/complexPropertyInitializer.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("field.kt")
|
||||
public void testField() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/field.kt");
|
||||
|
||||
Reference in New Issue
Block a user