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

Eric Milles reassigned GROOVY-8036:
-----------------------------------

    Assignee: Eric Milles

> Compiler throws NPE
> -------------------
>
>                 Key: GROOVY-8036
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8036
>             Project: Groovy
>          Issue Type: Bug
>          Components: Compiler
>    Affects Versions: 2.4.7
>            Reporter: Tommy Svensson
>            Assignee: Eric Milles
>            Priority: Major
>
> With code like this:
> int a = 5
> [1..a].each { ->
>    println "qwerty"
> }
> the compiler throws an NPE. OK, this is incorrect code since it is missing a 
> value before '->', but this should preferably produce an error message and 
> not an NPE :-)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to