joshtynjala commented on issue #216: URL: https://github.com/apache/royale-compiler/issues/216#issuecomment-1198422415
Some investigation: It seems to be failing on this line, so I guess `fdef` is null: ```java String fnName = fdef.getBaseName(); ``` Interestingly, `fnName` doesn't actually seem to be used, so we can probably just remove it entirely. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
