[FIR] Add a test for KT-55933
This commit is contained in:
committed by
Space Team
parent
da60be06a0
commit
4f0563dee1
+6
@@ -63,6 +63,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true, "multiplatform");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ambiguityNamedVararg.kt")
|
||||
public void testAmbiguityNamedVararg() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/ambiguityNamedVararg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("annotationArgumentWithAliasedArrayType.kt")
|
||||
public void testAnnotationArgumentWithAliasedArrayType() throws Exception {
|
||||
|
||||
+6
@@ -63,6 +63,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true, "multiplatform");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ambiguityNamedVararg.kt")
|
||||
public void testAmbiguityNamedVararg() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/ambiguityNamedVararg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("annotationArgumentWithAliasedArrayType.kt")
|
||||
public void testAnnotationArgumentWithAliasedArrayType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user