greg-dove opened a new issue #198: URL: https://github.com/apache/royale-compiler/issues/198
Example: var dateDiff:int = -(d.date); //where d is a Date instance var negated:int = -(collection[0]); //where collection is mx.collections.ArrayCollection (Proxy) Similar issues are possible with XMLLists as other 'special' cases. This is because there is the possibility for an opening parenthesis, but in the special cases, no matching closing parenthesis is being emitted. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
