[Analysis API] Shortener: enable shortening in KDoc
^KTIJ-21103
This commit is contained in:
committed by
teamcity
parent
e7c213e06e
commit
67c3849538
+18
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user