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
In ":" token processing,
TkSYMBEG is generated
only when @lex_state is not :EXPR_END.
But yield/super/defined? is :EXPR_END.
So if first arg in those is ":",
it becomes TkCOLON as distinct from TkSYMBEG.
This commit fixes it.
0 commit comments