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

Paul King updated GROOVY-9317:
------------------------------
    Fix Version/s:     (was: 4.x)
                   3.0.0-rc-3

> Value record missing for assert on field expression
> ---------------------------------------------------
>
>                 Key: GROOVY-9317
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9317
>             Project: Groovy
>          Issue Type: Bug
>            Reporter: Eric Milles
>            Assignee: Eric Milles
>            Priority: Minor
>             Fix For: 3.0.0-rc-3
>
>
> Consider the following:
> {code:groovy}
> class C {
>   private Object field
>   void test() {
>     assert this.@field != null
>   }
> }
> new C().test()
> {code}
> When executed, the assert is displayed as follows (value for field expression 
> is missing):
> {code}
> assert this.@field != null
>                    |
>                    false
> {code}



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

Reply via email to