You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (JIRA)" <ji...@apache.org> on 2019/01/16 12:09:02 UTC

[jira] [Closed] (GROOVY-8641) Cannot qualify path expression with soft keyword (exclude "def" for now)

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

Paul King closed GROOVY-8641.
-----------------------------

> Cannot qualify path expression with soft keyword (exclude "def" for now)
> ------------------------------------------------------------------------
>
>                 Key: GROOVY-8641
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8641
>             Project: Groovy
>          Issue Type: Bug
>          Components: parser-antlr4
>    Affects Versions: 3.0.0-alpha-2
>            Reporter: Daniil Ovchinnikov
>            Assignee: Daniel Sun
>            Priority: Major
>             Fix For: 3.0.0-alpha-4, 2.6.0-alpha-5
>
>
> {{in.foo}} (and others) in valid path expression in Groovy < 3.0.
> The following code is parsed and run properly in previous versions, but fails in 3.0:
> {code}
> def delegate = new Object() {
>   def getProperty(String name) {
>     println name
>     return this
>   }
> }
> delegate.with {
>   in.foo // Unexpected input: 'delegate.with {\n  in.foo\n' @ line 9, column 9.
> //  def.foo
>   trait.foo
>   as.foo
> }
> {code}



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