[Analysis API] KTIJ-24453 Handle TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM error in KtFe10CallResolver.kt

It makes call with such type of errors completely unresolvable in
Analysis API

^KTIJ-24453 Fixed
This commit is contained in:
Roman Golyshev
2023-01-30 11:21:11 +01:00
committed by teamcity
parent 137e4b0422
commit 5ec626b29d
7 changed files with 33 additions and 5 deletions
@@ -772,6 +772,12 @@ public class FirStandaloneNormalAnalysisSourceModuleResolveCallTestGenerated ext
runTest("analysis/analysis-api/testData/components/callResolver/resolveCall/superTypeCallEntryResolveToCallInfo.kt");
}
@Test
@TestMetadata("typecheckerRecursiveError.kt")
public void testTypecheckerRecursiveError() throws Exception {
runTest("analysis/analysis-api/testData/components/callResolver/resolveCall/typecheckerRecursiveError.kt");
}
@Test
@TestMetadata("unresolvableOperator_elvis_1.kt")
public void testUnresolvableOperator_elvis_1() throws Exception {