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
Even if the comma is missing in do |x y|.
But the formatter will remove that space leaving it as do |xy| which wont compile.
I think the parser should be more strict in this case.
The text was updated successfully, but these errors were encountered:
The following code compiles and evaluates to
1
Even if the comma is missing in
do |x y|
.But the formatter will remove that space leaving it as
do |xy|
which wont compile.I think the parser should be more strict in this case.
The text was updated successfully, but these errors were encountered: