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 750a11c + 992c4dc commit 15ddcf3Copy full SHA for 15ddcf3
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