Argument application within block is not parsed correctly (for Range literals)
------------------------------------------------------------------------------

                 Key: JRUBY-2419
                 URL: http://jira.codehaus.org/browse/JRUBY-2419
             Project: JRuby
          Issue Type: Bug
          Components: Parser
            Reporter: Marcin Mielzynski
            Assignee: Thomas E Enebo


lambda{puts (0..1).map{|x|}}.call

is pased as:

lambda{puts(0..1).map{|x|}}.call

but should be parsed as:

lambda{puts((0..1).map{|x|})}.call

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to