greg-dove commented on issue #144: Works on given test case. Hope I didn't break anything. URL: https://github.com/apache/royale-compiler/pull/144#issuecomment-609989387 Sorry I did not find time last night to check that. I see what you mean about the inheritance levels. There is some code in JSEmitter which I added which likely needs to be added to an overridden method in JSRoyaleEmitter. I will try to look into that this coming weekend. What you might consider is overriding 'emitAssignedValue' in JSRoyaleEmitter and try adding the check in there, make the changes if necessary, and call the super method otherwise. You should also check it is not a static function you are assigning, and avoid doing anything special in that case, I think. I will try to more time to look more tonight.
---------------------------------------------------------------- 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
