AA: handle erroneous type in nested type argument

This commit is contained in:
Jinseong Jeon
2022-11-10 22:50:08 -08:00
committed by Ilya Kirillov
parent ac514849f4
commit fcba1f215a
9 changed files with 57 additions and 15 deletions
@@ -64,6 +64,12 @@ public class FirStandaloneNormalAnalysisSourceModuleAnalysisApiPsiTypeProviderTe
runTest("analysis/analysis-api/testData/components/psiTypeProvider/psiType/forDeclaration/anonymousObject_exposedAsReturnValue.kt");
}
@Test
@TestMetadata("errorTypeInNestedTypeArgument.kt")
public void testErrorTypeInNestedTypeArgument() throws Exception {
runTest("analysis/analysis-api/testData/components/psiTypeProvider/psiType/forDeclaration/errorTypeInNestedTypeArgument.kt");
}
@Test
@TestMetadata("localClass_exposedAsReturnValue.kt")
public void testLocalClass_exposedAsReturnValue() throws Exception {