yishayw commented on issue #139: ArrayCollection - comparison of item to null 
emits setProperty()
URL: https://github.com/apache/royale-compiler/issues/139#issuecomment-605456333
 
 
   Workaround is to replace //bad line with
   
   ```
                                                var item1:Object = myDp[0];
                                                if (item1 != null)
   
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to