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 2020/03/28 14:41:44 UTC

[GitHub] [royale-compiler] yishayw commented on issue #139: ArrayCollection - comparison of item to null emits setProperty()

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:
users@infra.apache.org


With regards,
Apache Git Services