We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750a11c commit 992c4dcCopy full SHA for 992c4dc
src/requests/hover.jl
@@ -151,7 +151,7 @@ end
151
get_fcall_position(x, documentation, visited=nothing) = documentation
152
153
function get_fcall_position(x::EXPR, documentation, visited=EXPR[])
154
- if xor in visited # TODO: remove
+ if x in visited # TODO: remove
155
throw(LSInfiniteLoop("Possible infinite loop.")) # TODO: remove
156
else # TODO: remove
157
push!(visited, x) # TODO: remove
0 commit comments