[AA] Shorten kdocs that became available because of newly added imports

This commit is contained in:
aleksandrina-streltsova
2023-06-14 09:59:18 +03:00
committed by teamcity
parent 88f2bf85eb
commit 9766270afa
5 changed files with 55 additions and 2 deletions
@@ -46,6 +46,12 @@ public class FirStandaloneNormalAnalysisSourceModuleReferenceShortenerForWholeFi
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/analysis-api/testData/components/referenceShortener/referenceShortenerWholeFile"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
@TestMetadata("fileWithKDoc.kt")
public void testFileWithKDoc() throws Exception {
runTest("analysis/analysis-api/testData/components/referenceShortener/referenceShortenerWholeFile/fileWithKDoc.kt");
}
@Test
@TestMetadata("fileWithMultipleDeclarations.kt")
public void testFileWithMultipleDeclarations() throws Exception {