Why does this cause an error in Flash Builder ?:
package { public class Foo { override public function toString():String { return "Foo"; } } }
The completion of the tabulation suggests that it is redefinable ...
Error message:
Multiple markers at this line: -public -1020: Method marked override must override another method. -overridesObject.toString
tostring override flex flash-builder flex4
Mr. Polywhirl
source share