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


With regards,
Apache Git Services

Reply via email to