Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
def m = [a :1 , b: 2 ] def map = [abc: 1, bcd: 2, *:m , cde: 3]
The SpreadMapExpression highlights just the star *, and the m variable is highlighted till the comma, instead of just the m character (ie. including further whitespace).
Attachments
Issue Links
- is duplicated by
-
GROOVY-3437 Line / column issues in the AST
- Closed