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

Daniil Ovchinnikov updated GROOVY-8642:
---------------------------------------
    Description: 
The following code is parsed properly in previous versions, but fails in 3.0:
{code:java}
import java. // Unexpected input: '\n'; Expecting '*' @ line 1, column 13.
lang.
Object

{code}

  was:
{code:java}
import java. // Unexpected input: '\n'; Expecting '*' @ line 1, column 13.
lang.
Object

{code}


> New lines in qualified name cause errors
> ----------------------------------------
>
>                 Key: GROOVY-8642
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8642
>             Project: Groovy
>          Issue Type: Bug
>          Components: parser
>    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}
> import java. // Unexpected input: '\n'; Expecting '*' @ line 1, column 13.
> lang.
> Object
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to