greg-dove commented on issue #126: Bad implicit casting to Function URL: https://github.com/apache/royale-compiler/issues/126#issuecomment-605605308 Thanks for the repro test case Alex. I'm not sure that a function call node from an accessor like this needs to follow all the subsequent code paths in the compiler, but we know it is working when the nameNode for the function call is resolving to the getter definition (which makes sense that it should also) and not the setter definition . So that's all I changed. Yishay, I'll leave it to you to confirm the fix in your original code and close the issue if it fixes the original problem. Thanks, Greg
---------------------------------------------------------------- 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
