[tests] Regenerate test configurations

This commit is contained in:
Stanislav Ruban
2023-11-30 10:32:01 +01:00
committed by Space Team
parent b275aeb39d
commit 3a77f39199
24 changed files with 512 additions and 0 deletions
@@ -39031,6 +39031,30 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/smartCasts/nullSmartCast.kt");
}
@Test
@TestMetadata("NullableFunctionTypeAsMemberImmutableProperty.kt")
public void testNullableFunctionTypeAsMemberImmutableProperty() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsMemberImmutableProperty.kt");
}
@Test
@TestMetadata("NullableFunctionTypeAsMemberImmutablePropertyFromConstructor.kt")
public void testNullableFunctionTypeAsMemberImmutablePropertyFromConstructor() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsMemberImmutablePropertyFromConstructor.kt");
}
@Test
@TestMetadata("NullableFunctionTypeAsPrimaryConstructorParameter.kt")
public void testNullableFunctionTypeAsPrimaryConstructorParameter() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsPrimaryConstructorParameter.kt");
}
@Test
@TestMetadata("NullableFunctionTypeAsSecondaryConstructorParameter.kt")
public void testNullableFunctionTypeAsSecondaryConstructorParameter() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsSecondaryConstructorParameter.kt");
}
@Test
@TestMetadata("propertyInitializationAfterSmartCast.kt")
public void testPropertyInitializationAfterSmartCast() throws Exception {
@@ -40033,6 +40033,30 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/smartCasts/nullSmartCast.kt");
}
@Test
@TestMetadata("NullableFunctionTypeAsMemberImmutableProperty.kt")
public void testNullableFunctionTypeAsMemberImmutableProperty() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsMemberImmutableProperty.kt");
}
@Test
@TestMetadata("NullableFunctionTypeAsMemberImmutablePropertyFromConstructor.kt")
public void testNullableFunctionTypeAsMemberImmutablePropertyFromConstructor() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsMemberImmutablePropertyFromConstructor.kt");
}
@Test
@TestMetadata("NullableFunctionTypeAsPrimaryConstructorParameter.kt")
public void testNullableFunctionTypeAsPrimaryConstructorParameter() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsPrimaryConstructorParameter.kt");
}
@Test
@TestMetadata("NullableFunctionTypeAsSecondaryConstructorParameter.kt")
public void testNullableFunctionTypeAsSecondaryConstructorParameter() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsSecondaryConstructorParameter.kt");
}
@Test
@TestMetadata("propertyInitializationAfterSmartCast.kt")
public void testPropertyInitializationAfterSmartCast() throws Exception {
@@ -38029,6 +38029,30 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/smartCasts/nullSmartCast.kt");
}
@Test
@TestMetadata("NullableFunctionTypeAsMemberImmutableProperty.kt")
public void testNullableFunctionTypeAsMemberImmutableProperty() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsMemberImmutableProperty.kt");
}
@Test
@TestMetadata("NullableFunctionTypeAsMemberImmutablePropertyFromConstructor.kt")
public void testNullableFunctionTypeAsMemberImmutablePropertyFromConstructor() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsMemberImmutablePropertyFromConstructor.kt");
}
@Test
@TestMetadata("NullableFunctionTypeAsPrimaryConstructorParameter.kt")
public void testNullableFunctionTypeAsPrimaryConstructorParameter() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsPrimaryConstructorParameter.kt");
}
@Test
@TestMetadata("NullableFunctionTypeAsSecondaryConstructorParameter.kt")
public void testNullableFunctionTypeAsSecondaryConstructorParameter() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsSecondaryConstructorParameter.kt");
}
@Test
@TestMetadata("propertyInitializationAfterSmartCast.kt")
public void testPropertyInitializationAfterSmartCast() throws Exception {
@@ -39032,6 +39032,30 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/smartCasts/nullSmartCast.kt");
}
@Test
@TestMetadata("NullableFunctionTypeAsMemberImmutableProperty.kt")
public void testNullableFunctionTypeAsMemberImmutableProperty() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsMemberImmutableProperty.kt");
}
@Test
@TestMetadata("NullableFunctionTypeAsMemberImmutablePropertyFromConstructor.kt")
public void testNullableFunctionTypeAsMemberImmutablePropertyFromConstructor() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsMemberImmutablePropertyFromConstructor.kt");
}
@Test
@TestMetadata("NullableFunctionTypeAsPrimaryConstructorParameter.kt")
public void testNullableFunctionTypeAsPrimaryConstructorParameter() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsPrimaryConstructorParameter.kt");
}
@Test
@TestMetadata("NullableFunctionTypeAsSecondaryConstructorParameter.kt")
public void testNullableFunctionTypeAsSecondaryConstructorParameter() throws Exception {
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsSecondaryConstructorParameter.kt");
}
@Test
@TestMetadata("propertyInitializationAfterSmartCast.kt")
public void testPropertyInitializationAfterSmartCast() throws Exception {