You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Daniil Ovchinnikov (JIRA)" <ji...@apache.org> on 2018/06/18 16:41:00 UTC

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

Daniil Ovchinnikov created GROOVY-8650:
------------------------------------------

             Summary: 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
    Affects Versions: 3.0.0-alpha-2
            Reporter: Daniil Ovchinnikov


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
(v7.6.3#76005)