Github user adufilie commented on the pull request:

    https://github.com/apache/flex-falcon/pull/5#issuecomment-169126473
  
    Before the changes related to toString(), new Date().toString() was giving 
an error because the toString() function was missing from the generated Date.as.
    
    When I include a toString() jn Object.as, I get a new error which does not 
normally occur in when compiling ActionScript:
        Incorrect number of arguments.  Expected no more than 0
            var test:* = (b2 & 0xF).toString(2);
    
    I can define a toString() in a new class without using "override."  In 
fact, when I use "override" it's a compile error.  It does allow me to add 
parameters to my own toString().


---
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