[
https://issues.apache.org/jira/browse/FLEX-35072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Harui resolved FLEX-35072.
-------------------------------
Resolution: Fixed
Fix Version/s: Apache FalconJX 0.7.0
395863b005e7cd35e077c303cb9fd73d6d7f1802
> "+" operator failure on XMLList
> -------------------------------
>
> Key: FLEX-35072
> URL: https://issues.apache.org/jira/browse/FLEX-35072
> Project: Apache Flex
> Issue Type: Bug
> Components: FalconJX
> Affects Versions: Apache FalconJX 0.6.0
> Reporter: Harbs
> Fix For: Apache FalconJX 0.7.0
>
>
> var list1:XMLList = new XMLList();
> var list2:XMLList = new XMLList();
> //....
> list1 += list2;
> This compiles into the equivalent of list1 = list1.toString() +
> list2.toString().
> It should compile into:
> list1.concat(list2);
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)