[
https://issues.apache.org/jira/browse/GROOVY-5313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Sun reassigned GROOVY-5313:
----------------------------------
Assignee: Daniel Sun
> Wrong line/col info for SpreadMapExpressions
> --------------------------------------------
>
> Key: GROOVY-5313
> URL: https://issues.apache.org/jira/browse/GROOVY-5313
> Project: Groovy
> Issue Type: Bug
> Components: parser-antlr
> Reporter: Guillaume Delcroix
> Assignee: Daniel Sun
> Priority: Minor
> Fix For: 4.0
>
>
> {code}
> def m = [a :1 , b: 2 ]
> def map = [abc: 1, bcd: 2, *:m , cde: 3]
> {code}
> 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).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)