[FIR] KT-57247: Expand typealiases in annotation vararg arguments
^KT-57247 Fixed
This commit is contained in:
committed by
Space Team
parent
5b0b7c4da4
commit
4b8471d806
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user