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
Unfortunately, Julia allows omitting the terminator (newline or semicolon) between the condition and the consequent, so an expression like if x y end is syntactically valid. In this case, instead of x and y we have 1 and +1 < 2.
This is from neovim:
and resulting nodes:
Isn't the first one wrong?
The text was updated successfully, but these errors were encountered: