AA: handle PsiType conversion for recursive type parameter case

^KT-59598 Fixed
This commit is contained in:
Jinseong Jeon
2023-06-22 18:51:14 -07:00
committed by Ilya Kirillov
parent 2d132c6b73
commit e0fc0d96e5
7 changed files with 68 additions and 3 deletions
@@ -64,6 +64,12 @@ public class FirStandaloneNormalAnalysisSourceModuleAnalysisApiExpressionPsiType
runTest("analysis/analysis-api/testData/components/psiTypeProvider/psiType/forExpression/localClassWithUnresolvedSuperType.kt");
}
@Test
@TestMetadata("recursiveTypeParameter.kt")
public void testRecursiveTypeParameter() throws Exception {
runTest("analysis/analysis-api/testData/components/psiTypeProvider/psiType/forExpression/recursiveTypeParameter.kt");
}
@Test
@TestMetadata("typeParamFlexibleUpperBound.kt")
public void testTypeParamFlexibleUpperBound() throws Exception {