mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 21:09:11 +02:00
* corrected test (only "overload" differences between interface/
implementation should cause compilation to fail) git-svn-id: trunk@19494 -
This commit is contained in:
parent
2423105956
commit
293f09e41d
@ -9,7 +9,7 @@ procedure test;
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure test; deprecated 'xxx';
|
procedure test; overload;
|
||||||
begin
|
begin
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user