You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>foo(a b)
ERROR: ParseError:# Error @ REPL[2]:1:7foo(a b)
# ╙ ── Expected `)`
It would be better to suggest adding a , rather than a ). I don't know if this is feasible since it probably requires parsing ahead in front of the parser error to find the missing )
The text was updated successfully, but these errors were encountered:
In the example:
It would be better to suggest adding a
,
rather than a)
. I don't know if this is feasible since it probably requires parsing ahead in front of the parser error to find the missing)
The text was updated successfully, but these errors were encountered: