[jboss-jira] [JBoss JIRA] Created: (JBRULES-2655) Enable "from" to accept [ ] for inline list creation without the "return( ... )" statement

Edson Tirelli (JIRA) jira-events at lists.jboss.org
Tue Aug 10 11:50:54 EDT 2010


Enable "from" to accept [ ] for inline list creation without the "return( ... )" statement
------------------------------------------------------------------------------------------

                 Key: JBRULES-2655
                 URL: https://jira.jboss.org/browse/JBRULES-2655
             Project: Drools
          Issue Type: Sub-task
      Security Level: Public (Everyone can see)
          Components: drools-compiler, drools-core
    Affects Versions: 5.1.0.FINAL
            Reporter: Edson Tirelli
            Assignee: Edson Tirelli
             Fix For: 5.2.0.M1


At the moment, "from" requires the use of "return( [ ... ] )" for inline list creation:

String() from return( ["foo", "bar"] )

Ideally, we should be able to write:

String() from ["foo", "bar"]

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

        


More information about the jboss-jira mailing list