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/02/19 21:58:26 UTC

[GitHub] [royale-compiler] joshtynjala edited a comment on issue #105: private method can be redeclared in a child class as public without the compiler fail to compile

joshtynjala edited a comment 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:
users@infra.apache.org


With regards,
Apache Git Services