[Tests] Add tests for other checkers having same problem with

...nested classes marching.

^KT-31636
This commit is contained in:
Roman Efremov
2023-10-23 17:23:56 +02:00
committed by Space Team
parent bfc775faf5
commit a768ece70d
11 changed files with 201 additions and 0 deletions
@@ -24219,6 +24219,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/multiplatform/actualAnnotationsNotMatchExpect/kotlinAnaloguesForJavaAnnotations.kt");
}
@Test
@TestMetadata("nestedAnnotationClassViaActualTypeAlias.kt")
public void testNestedAnnotationClassViaActualTypeAlias() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/actualAnnotationsNotMatchExpect/nestedAnnotationClassViaActualTypeAlias.kt");
}
@Test
@TestMetadata("repeatableNoArg.kt")
public void testRepeatableNoArg() throws Exception {
@@ -24777,6 +24783,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/multiplatform/defaultArguments/annotationArgumentEquality.kt");
}
@Test
@TestMetadata("annotationDefaultArgKclassWithNestedClassViaActualTypeAlias.kt")
public void testAnnotationDefaultArgKclassWithNestedClassViaActualTypeAlias() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/defaultArguments/annotationDefaultArgKclassWithNestedClassViaActualTypeAlias.kt");
}
@Test
@TestMetadata("annotations.kt")
public void testAnnotations() throws Exception {
@@ -24219,6 +24219,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/multiplatform/actualAnnotationsNotMatchExpect/kotlinAnaloguesForJavaAnnotations.kt");
}
@Test
@TestMetadata("nestedAnnotationClassViaActualTypeAlias.kt")
public void testNestedAnnotationClassViaActualTypeAlias() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/actualAnnotationsNotMatchExpect/nestedAnnotationClassViaActualTypeAlias.kt");
}
@Test
@TestMetadata("repeatableNoArg.kt")
public void testRepeatableNoArg() throws Exception {
@@ -24777,6 +24783,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/multiplatform/defaultArguments/annotationArgumentEquality.kt");
}
@Test
@TestMetadata("annotationDefaultArgKclassWithNestedClassViaActualTypeAlias.kt")
public void testAnnotationDefaultArgKclassWithNestedClassViaActualTypeAlias() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/defaultArguments/annotationDefaultArgKclassWithNestedClassViaActualTypeAlias.kt");
}
@Test
@TestMetadata("annotations.kt")
public void testAnnotations() throws Exception {