Regenerate Analysis API tests to include new test cases

This commit is contained in:
Stanislav Ruban
2023-01-04 08:34:53 +02:00
committed by Space Team
parent ca8cfa4596
commit 451e27fd46
@@ -1098,6 +1098,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/annotations/AnnotatedLoop.kt");
}
@Test
@TestMetadata("AnnotatedNullableTypes.kt")
public void testAnnotatedNullableTypes() throws Exception {
runTest("compiler/testData/diagnostics/tests/annotations/AnnotatedNullableTypes.kt");
}
@Test
@TestMetadata("AnnotatedResultType.kt")
public void testAnnotatedResultType() throws Exception {
@@ -1332,6 +1338,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/annotations/inheritFromAnnotationClass2.kt");
}
@Test
@TestMetadata("InheritingAnnotationClass.kt")
public void testInheritingAnnotationClass() throws Exception {
runTest("compiler/testData/diagnostics/tests/annotations/InheritingAnnotationClass.kt");
}
@Test
@TestMetadata("invalidTypesInAnnotationConstructor.kt")
public void testInvalidTypesInAnnotationConstructor() throws Exception {
@@ -22750,6 +22762,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/operatorsOverloading/compareToNullable.kt");
}
@Test
@TestMetadata("EqualsOperatorOverrideHierarchies.kt")
public void testEqualsOperatorOverrideHierarchies() throws Exception {
runTest("compiler/testData/diagnostics/tests/operatorsOverloading/EqualsOperatorOverrideHierarchies.kt");
}
@Test
@TestMetadata("incForAssignmentSmartCast.kt")
public void testIncForAssignmentSmartCast() throws Exception {