[AA] Shorten kdocs that became available because of newly added imports
This commit is contained in:
committed by
teamcity
parent
88f2bf85eb
commit
9766270afa
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user