You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Daniel Sun (Jira)" <ji...@apache.org> on 2019/11/25 23:54:00 UTC

[jira] [Assigned] (GROOVY-8650) New line between prefix operator and operand

     [ https://issues.apache.org/jira/browse/GROOVY-8650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Sun reassigned GROOVY-8650:
----------------------------------

    Assignee:     (was: Daniel Sun)

> New line between prefix operator and operand
> --------------------------------------------
>
>                 Key: GROOVY-8650
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8650
>             Project: Groovy
>          Issue Type: Bug
>          Components: parser-antlr4
>    Affects Versions: 3.0.0-alpha-2
>            Reporter: Daniil Ovchinnikov
>            Priority: Major
>
> The following code is parsed properly in previous versions, but fails in 3.0:
> {code:java}
> def c = --
> 1
> println c // 0{code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)