Github user aharui commented on the pull request:

    https://github.com/apache/flex-falcon/pull/5#issuecomment-169131291
  
    I think where we want to end up is that Number, int and uint have 
toString(radix) in the AS3 namespace, and Date, Array, etc have toString().  
The code may have to check that the super class is Object and not some subclass 
of Object and then emit the toString().  We may need to have Object's 
toString() be in the AS3 namespace as well, or just omit it and automatically 
add it to every class that extends Object directly.
    
    You are right that Object.toString() does not allow the override keyword.  
I'm not sure why that is but it is mentioned in the AS3 Language Reference.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to