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.
2 parents 6a2f3f1 + 15ddcf3 commit 55d7ab1Copy full SHA for 55d7ab1
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