Que raro pero es cierto
Código Delphi
[-]
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm2 = class(TForm)
private
public
Function Más(Const Á, Ó: Integer): Integer;
end;
var
Form2: TForm2;
implementation
{$R *.dfm}
function TForm2.Más(const Á, Ó: Integer): Integer;
begin
end;
end.
El compilador no grita (Delphi 2007 enterprise)