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
'break' in method context should emit a parse SyntaxError. We will parse it and then throw a LocalJumpError if we ever run into it.
deffooiffalsebreakendendfoo
The severity is very minor since most people will not write code like this unless they are JRuby-only, but it should not be difficult to track down since it happens during parse time at some point (we just need to find the error message in MRIs source).
The text was updated successfully, but these errors were encountered:
'break' in method context should emit a parse SyntaxError. We will parse it and then throw a LocalJumpError if we ever run into it.
The severity is very minor since most people will not write code like this unless they are JRuby-only, but it should not be difficult to track down since it happens during parse time at some point (we just need to find the error message in MRIs source).
The text was updated successfully, but these errors were encountered: