[FIR] KT-57247: Expand typealiases in annotation vararg arguments

^KT-57247 Fixed
This commit is contained in:
Nikolay Lunyak
2023-03-10 14:42:19 +02:00
committed by Space Team
parent 5b0b7c4da4
commit 4b8471d806
6 changed files with 33 additions and 5 deletions
@@ -57,6 +57,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.(fir|ll)\\.kts?$"), true);
}
@Test
@TestMetadata("annotationArgumentWithAliasedArrayType.kt")
public void testAnnotationArgumentWithAliasedArrayType() throws Exception {
runTest("compiler/testData/diagnostics/tests/annotationArgumentWithAliasedArrayType.kt");
}
@Test
@TestMetadata("AnonymousInitializerVarAndConstructor.kt")
public void testAnonymousInitializerVarAndConstructor() throws Exception {