greg-dove opened a new issue #206:
URL: https://github.com/apache/royale-compiler/issues/206


   the following two examples generate bad javascript:
   
   var xml:XML =<xml><foo/></xml>;
   
   example 1:
   delete xml.*; //should remove all children.
   
   example 2:
   for (var child:XML in xml.*) {//should loop over XMLList children
     
   }
   


-- 
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]


Reply via email to