[tests] Regenerate test configurations
This commit is contained in:
committed by
Space Team
parent
b275aeb39d
commit
3a77f39199
+24
@@ -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 {
|
||||
|
||||
+24
@@ -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 {
|
||||
|
||||
+24
@@ -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 {
|
||||
|
||||
+24
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user