On 10/20/16, 8:23 AM, "Harbs" <harbs.li...@gmail.com> wrote:
>I don’t think so. (unless I’m misunderstanding you) > >I’m not sure it makes sense to have automatic overloading. Requiring >specifying “override” when overriding a function is a good feature. It >makes sure you don’t do it by mistake. If the Flash implementation have >properties and methods that the JS implementation does not, that’s a >problem because neither “override” nor regular method calls are correct. Good point. Subclass overloading could be controlled by a directive. -Alex