joshtynjala commented on issue #105: private method can be redeclared in a 
child class as public without the compiler fail to compile
URL: https://github.com/apache/royale-compiler/issues/105#issuecomment-588492660
 
 
   I've determined the cause of this issue. The emitter is outputting the 
following code when using addEventListener():
   
   ```
   
org.apache.royale.utils.Language.closure(this.components_ExampleAndSourceCodeTabbedSectionContent_changeHandler,
 this, 'changeHandler'));
   ```
   
   The function name in the final parameter is wrong. It should be 
"components_ExampleAndSourceCodeTabbedSectionContent_changeHandler" instead.

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