Repository URL to install this package:
Version:
3.0.0 ▾
|
{ %FAIL }
{ %NORUN }
program thintdir2b;
// don't allow to use hint modifier twice
{$mode delphi}
type
TTest = class(TObject)
public
procedure Test(); virtual; deprecated 'Do not use this method'; abstract; deprecated 'Use that method';
end;
begin
end.