Actionscript/Flex requires the override keyword when overriding methods in a base class (
IDEADEV-25071) but does not require the override keyword when implementing an interface's method.
But idea reports an error if an interfaces method implementation does not specify the overide keyword - if this keyword is supplied though mxmlc (flex compiler) will report an error.
Applies to #7757 and #8243