Actions
Bug #17858
closedTrailing comma after a `&block` parameter cause a syntax error
Bug #17858:
Trailing comma after a `&block` parameter cause a syntax error
Description
Actions
Added by byroot (Jean Boussier) over 5 years ago. Updated over 5 years ago.
Description
It is intended. &block argument must come at the end of arguments. Nothing comes after.
Matz.