AA: do not parse signature with NO_NAME_PROVIDED

^KTIJ-23503 Fixed
This commit is contained in:
Jinseong Jeon
2022-11-03 23:09:26 -07:00
committed by Ilya Kirillov
parent 6cadad5a6b
commit 4497be0b68
9 changed files with 66 additions and 5 deletions
@@ -46,6 +46,18 @@ public class FirStandaloneNormalAnalysisSourceModuleAnalysisApiExpressionPsiType
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/analysis-api/testData/components/psiTypeProvider/psiType/forExpression"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
@TestMetadata("class_object_call.kt")
public void testClass_object_call() throws Exception {
runTest("analysis/analysis-api/testData/components/psiTypeProvider/psiType/forExpression/class_object_call.kt");
}
@Test
@TestMetadata("class_object_constructor.kt")
public void testClass_object_constructor() throws Exception {
runTest("analysis/analysis-api/testData/components/psiTypeProvider/psiType/forExpression/class_object_constructor.kt");
}
@Test
@TestMetadata("typeParamFlexibleUpperBound.kt")
public void testTypeParamFlexibleUpperBound() throws Exception {