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/01/21 16:47:52 UTC

[GitHub] [royale-compiler] joshtynjala edited a comment on issue #112: element.firstElementChild() doesn't cause an error

joshtynjala edited a comment on issue #112: element.firstElementChild() doesn't cause an error
URL: https://github.com/apache/royale-compiler/issues/112#issuecomment-576763706
 
 
   Update. I've determined that there are actually two issues here.
   
   1) Attempting to call a getter/setter as a function isn't producing a compiler error.
   2) Attempting to call a variable as a function, if the type is anything other than Number/Boolean/String/int/uint isn't producing a compiler error. (no error should result from a variable of type Function, Class, Object, or *, of course)
   
   The Flex SDK produces a compiler error in both cases.

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