-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.6.0-alpha-1
-
Component/s: parser-antlr2
-
Labels:None
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).
- is duplicated by
-
GROOVY-3437 Line / column issues in the AST
-
- Closed
-