Add test reproducing KT-49087 and KT-49069

This commit is contained in:
Mikhail Glukhikh
2021-10-06 10:47:54 +03:00
committed by teamcityserver
parent d0a70e5cc0
commit 39fe457f91
5 changed files with 69 additions and 0 deletions
@@ -4018,6 +4018,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolveWithStdlib"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
}
@Test
@TestMetadata("annotationUseSites.kt")
public void testAnnotationUseSites() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/annotationUseSites.kt");
}
@Test
@TestMetadata("arrayFilterCapturedType.kt")
public void testArrayFilterCapturedType() throws Exception {