[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
@@ -0,0 +1,3 @@
KtErrorCallInfo:
candidateCalls = []
diagnostic = ERROR<TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM_ERROR: Type checking has run into a recursive problem. Easiest workaround: specify types of your declarations explicitly>
@@ -0,0 +1 @@
val function = <expr>function()</expr>
@@ -0,0 +1,3 @@
KtErrorCallInfo:
candidateCalls = []
diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference: function>