[tests] Regenerate configurations for box-tests
This commit is contained in:
committed by
Space Team
parent
9956c0f83b
commit
ec995fc847
+18
@@ -27065,6 +27065,24 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt")
|
||||
public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt")
|
||||
public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt")
|
||||
public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privatePropertyWithoutBackingField.kt")
|
||||
public void testPrivatePropertyWithoutBackingField() throws Exception {
|
||||
|
||||
Generated
+18
@@ -27065,6 +27065,24 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
|
||||
runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt")
|
||||
public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt")
|
||||
public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt")
|
||||
public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privatePropertyWithoutBackingField.kt")
|
||||
public void testPrivatePropertyWithoutBackingField() throws Exception {
|
||||
|
||||
+18
@@ -27065,6 +27065,24 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt")
|
||||
public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt")
|
||||
public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt")
|
||||
public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privatePropertyWithoutBackingField.kt")
|
||||
public void testPrivatePropertyWithoutBackingField() throws Exception {
|
||||
|
||||
+18
@@ -27065,6 +27065,24 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt")
|
||||
public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt")
|
||||
public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt")
|
||||
public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privatePropertyWithoutBackingField.kt")
|
||||
public void testPrivatePropertyWithoutBackingField() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user