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
Updated by matz (Yukihiro Matsumoto) about 5 years ago
- Status changed from Open to Closed
It is intended. &block argument must come at the end of arguments. Nothing comes after.
Matz.
Updated by byroot (Jean Boussier) over 3 years ago
- Related to Feature #19107: Allow trailing comma in method signature added
Actions