chrisdutz opened a new issue #158: URL: https://github.com/apache/royale-compiler/issues/158
It seems that with private constructors it's currently not allowed to: 1. types with private constructors can not be an argument in methods (both instance and static methods). 2. Return types with private constructors only works on static methods. non-static methods with these return types error. This makes their usage quite limited. For example when trying to implement Enums in ActionScript. ---------------------------------------------------------------- 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]
