mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 14:08:05 +02:00
* GetHasExtendedInfo returns false in TRttiMethod
This commit is contained in:
parent
2070a45217
commit
e552165b7a
@ -5621,7 +5621,7 @@ end;
|
||||
|
||||
function TRttiMethod.GetHasExtendedInfo: Boolean;
|
||||
begin
|
||||
Result := True;
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
function TRttiMethod.GetFlags: TFunctionCallFlags;
|
||||
|
Loading…
Reference in New Issue
Block a user