Dmitri Blinov created JEXL-190:
----------------------------------

             Summary: function name within script is not resolved 
                 Key: JEXL-190
                 URL: https://issues.apache.org/jira/browse/JEXL-190
             Project: Commons JEXL
          Issue Type: Bug
    Affects Versions: 3.0
            Reporter: Dmitri Blinov


{code}
z = function(x) { return x + 1}; return z(1)
{code} returns error unsolvable function/method 'z' while 

{code}
var z = function(x) { return x + 1}; return z(1)
{code} returns 2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to