mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 06:50:40 +02:00
* Avoid AV
This commit is contained in:
parent
ecef61e9c5
commit
51ce1e883f
@ -5301,6 +5301,7 @@ begin
|
||||
S.Add(GetOperatorDeclaration(Full));
|
||||
ProcType.GetArguments(S);
|
||||
If Assigned((Proctype as TPasFunctionType).ResultEl) then
|
||||
if Assigned(TPasFunctionType(ProcType).ResultEl.ResultType) then
|
||||
With TPasFunctionType(ProcType).ResultEl.ResultType do
|
||||
begin
|
||||
T:=' : ';
|
||||
|
Loading…
Reference in New Issue
Block a user