You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2021/06/15 23:14:52 UTC

[GitHub] [royale-compiler] Laturine commented on issue #185: "For each" Sometimes outright fails silently

Laturine commented on issue #185:
URL: https://github.com/apache/royale-compiler/issues/185#issuecomment-861893846


   To add to this. having a cast in the forEach declaration will cause incorrect javascript to be created.
   For instance. 
   for each (var ac:ArrayCollection in obj.List as ArrayCollection) {} //the Work Around was to pull the cast outside
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org