[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 {
|
||||
|
||||
+12
@@ -32028,6 +32028,18 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
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 {
|
||||
|
||||
+12
@@ -32148,6 +32148,18 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
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
@@ -50993,6 +50993,30 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
|
||||
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
@@ -50993,6 +50993,30 @@ public class FirLightTreeBlackBoxCodegenWithIrFakeOverrideGeneratorTestGenerated
|
||||
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
@@ -50993,6 +50993,30 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
|
||||
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 {
|
||||
|
||||
Generated
+12
@@ -34208,6 +34208,18 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
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
@@ -47987,6 +47987,30 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
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
@@ -50993,6 +50993,30 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
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
@@ -50993,6 +50993,30 @@ public class IrBlackBoxCodegenWithIrInlinerTestGenerated extends AbstractIrBlack
|
||||
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 {
|
||||
|
||||
+20
@@ -41047,6 +41047,26 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/smartCasts/nullSmartCast.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("NullableFunctionTypeAsMemberImmutableProperty.kt")
|
||||
public void testNullableFunctionTypeAsMemberImmutableProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsMemberImmutableProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("NullableFunctionTypeAsMemberImmutablePropertyFromConstructor.kt")
|
||||
public void testNullableFunctionTypeAsMemberImmutablePropertyFromConstructor() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsMemberImmutablePropertyFromConstructor.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("NullableFunctionTypeAsPrimaryConstructorParameter.kt")
|
||||
public void testNullableFunctionTypeAsPrimaryConstructorParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsPrimaryConstructorParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("NullableFunctionTypeAsSecondaryConstructorParameter.kt")
|
||||
public void testNullableFunctionTypeAsSecondaryConstructorParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/NullableFunctionTypeAsSecondaryConstructorParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("propertyInitializationAfterSmartCast.kt")
|
||||
public void testPropertyInitializationAfterSmartCast() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/propertyInitializationAfterSmartCast.kt");
|
||||
|
||||
+24
@@ -35339,6 +35339,30 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
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 {
|
||||
|
||||
Generated
+24
@@ -35339,6 +35339,30 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
|
||||
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
@@ -35339,6 +35339,30 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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
@@ -35339,6 +35339,30 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
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
@@ -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 {
|
||||
|
||||
Generated
+24
@@ -35237,6 +35237,30 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes
|
||||
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 {
|
||||
|
||||
Generated
+24
@@ -35237,6 +35237,30 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
|
||||
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