Add test reproducing KT-49087 and KT-49069
This commit is contained in:
committed by
teamcityserver
parent
d0a70e5cc0
commit
39fe457f91
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user