[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:
+3
@@ -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>
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
val function = <expr>function()</expr>
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
KtErrorCallInfo:
|
||||
candidateCalls = []
|
||||
diagnostic = ERROR<UNRESOLVED_REFERENCE: Unresolved reference: function>
|
||||
Reference in New Issue
Block a user