Actions
Bug #20675
closedParse error with required kwargs and omitted parens
Bug #20675:
Parse error with required kwargs and omitted parens
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
Description
As pointed out in https://github.com/mruby/mruby/issues/6268, keyword arguments without surrounding parens are a bit confusing, e.g.
is parsed as
where
is parserd as
In summary, should we ignore newlines after keyword labels? Should we make them behave consistent?
Matz.
Actions