You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@royale.apache.org by Serkan Taş <se...@likyateknoloji.com> on 2018/10/14 14:02:33 UTC

override or not !

Hi,

When compiling emulation classes i got strange behaviour.

When i do not override function i get this message :

     Overriding a function that is not marked for override    public 
function valueOf():Object

When i use override function i get this message :

Method marked override must override another method.    override public 
function valueOf():Object

The best choise to commentout the function for now.

Thanks
Serkan

Re: override or not !

Posted by Alex Harui <ah...@adobe.com>.
Hi Serkan,

It is probably ok to comment out for now, but I think elsewhere we use COMPILE::SWF { override }.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
Date: Sunday, October 14, 2018 at 7:02 AM
To: "users@royale.apache.org" <us...@royale.apache.org>
Subject: override or not !

Hi,

When compiling emulation classes i got strange behaviour.

When i do not override function i get this message :

    Overriding a function that is not marked for override    public function valueOf():Object

When i use override function i get this message :

        Method marked override must override another method.    override public function valueOf():Object

The best choise to commentout the function for now.

Thanks
Serkan