[Analysis API] Shortener: enable shortening in KDoc

^KTIJ-21103
This commit is contained in:
aleksandrina-streltsova
2023-05-16 09:51:53 +03:00
committed by teamcity
parent e7c213e06e
commit 67c3849538
15 changed files with 230 additions and 20 deletions
@@ -238,6 +238,24 @@ public class FirStandaloneNormalAnalysisSourceModuleReferenceShortenerTestGenera
runTest("analysis/analysis-api/testData/components/referenceShortener/referenceShortener/extensionFromObject.kt");
}
@Test
@TestMetadata("kdoc.kt")
public void testKdoc() throws Exception {
runTest("analysis/analysis-api/testData/components/referenceShortener/referenceShortener/kdoc.kt");
}
@Test
@TestMetadata("kdocQualifierSelected.kt")
public void testKdocQualifierSelected() throws Exception {
runTest("analysis/analysis-api/testData/components/referenceShortener/referenceShortener/kdocQualifierSelected.kt");
}
@Test
@TestMetadata("kdocUnresolved.kt")
public void testKdocUnresolved() throws Exception {
runTest("analysis/analysis-api/testData/components/referenceShortener/referenceShortener/kdocUnresolved.kt");
}
@Test
@TestMetadata("multipleImport.kt")
public void testMultipleImport() throws Exception {