[tests] Regenerate test configurations
This commit is contained in:
committed by
Space Team
parent
b275aeb39d
commit
3a77f39199
+12
@@ -34208,6 +34208,18 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/notNullorNotNull.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NullableFunctionTypeAsMemberMutableProperty.kt")
|
||||
public void testNullableFunctionTypeAsMemberMutableProperty() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/NullableFunctionTypeAsMemberMutableProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NullableFunctionTypeAsMemberMutablePropertyFromConstructor.kt")
|
||||
public void testNullableFunctionTypeAsMemberMutablePropertyFromConstructor() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/NullableFunctionTypeAsMemberMutablePropertyFromConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("openInSealed.kt")
|
||||
public void testOpenInSealed() throws Exception {
|
||||
|
||||
+24
@@ -51568,6 +51568,30 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
|
||||
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 {
|
||||
|
||||
+12
@@ -34208,6 +34208,18 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/notNullorNotNull.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NullableFunctionTypeAsMemberMutableProperty.kt")
|
||||
public void testNullableFunctionTypeAsMemberMutableProperty() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/NullableFunctionTypeAsMemberMutableProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("NullableFunctionTypeAsMemberMutablePropertyFromConstructor.kt")
|
||||
public void testNullableFunctionTypeAsMemberMutablePropertyFromConstructor() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/smartCasts/NullableFunctionTypeAsMemberMutablePropertyFromConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("openInSealed.kt")
|
||||
public void testOpenInSealed() throws Exception {
|
||||
|
||||
+24
@@ -51568,6 +51568,30 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
|
||||
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