KT-60940 [Analysis API] Properly handle vararg types in KtFirReferenceShortener

^KT-60940 Fixed
^KTIJ-26518 Fixed
This commit is contained in:
Roman Golyshev
2023-08-03 19:51:21 +02:00
committed by teamcity
parent 68774609f9
commit d46be70933
5 changed files with 58 additions and 6 deletions
@@ -418,6 +418,12 @@ public class FirStandaloneNormalAnalysisSourceModuleReferenceShortenerTestGenera
runTest("analysis/analysis-api/testData/components/referenceShortener/referenceShortener/typeParams2.kt");
}
@Test
@TestMetadata("vararg.kt")
public void testVararg() throws Exception {
runTest("analysis/analysis-api/testData/components/referenceShortener/referenceShortener/vararg.kt");
}
@Test
@TestMetadata("variable.kt")
public void testVariable() throws Exception {