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 2018/05/22 06:26:54 UTC

[GitHub] aharui commented on issue #1: externs for getters and setters

aharui commented on issue #1: externs for getters and setters
URL: https://github.com/apache/royale-typedefs/issues/1#issuecomment-390877118
 
 
   It looks like the compiler only generates getter/setters if the variable is also implemented in an interface.  That's because interfaces can only have getter/setter functions and not vars.
   
   In theory, code calling into the external class shouldn't care whether it is a var or getter/setter.  What is the use case where it matters?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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