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)