Actions
Bug #14233
closedsyntax error caused by paren-less method call with kwargs and block
Description
Example:
3.step by: 3, to: 9 {|i| p i}
Expected result (before 2.5.0):
3
6
9
Actual result (2.5.0):
a.rb:1: syntax error, unexpected '{', expecting end-of-input
3.step by: 3, to: 9 {|i| p i}
^
Actions
Like0
Like0Like0Like0