Code completion error with extension classes

Wrtite the class:

type x = public extension class(String)
    public method x;
end;

Press Ctrl-Shift-C and the following code is generated in the implementation section:

extension method x.x;
begin

end;

The word extension should not have been there.

Thanks, logged as bugs://82935

bugs://82935 got closed with status fixed.