Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.4, 1.8-beta-1
-
None
-
None
Description
Although normal calls (with parens) with named arguments allow a newline after the colons, the command expression variant (witout parens) doesn't like it.
Example:
someMethod name: "gromit", eating: "nice cheese", times: 2
Whereas when adding parentheses, this is supported notation.
But if someone feels like fighting Antlr a bit for 1.7 as well, don't hesitate