* corrected test (only "overload" differences between interface/

implementation should cause compilation to fail)

git-svn-id: trunk@19494 -
This commit is contained in:
Jonas Maebe 2011-10-15 15:46:34 +00:00
parent 2423105956
commit 293f09e41d

View File

@ -9,7 +9,7 @@ procedure test;
implementation
procedure test; deprecated 'xxx';
procedure test; overload;
begin
end;