mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:59:42 +02:00
compiler: extend internal error 200305061 check for records
git-svn-id: trunk@16630 -
This commit is contained in:
parent
4531e1231b
commit
cdca5f42b7
@ -2959,7 +2959,7 @@ implementation
|
||||
begin
|
||||
{ When this is method the methodpointer must be available }
|
||||
if (right=nil) and
|
||||
(procdefinition.owner.symtabletype=ObjectSymtable) and
|
||||
(procdefinition.owner.symtabletype in [ObjectSymtable,recordsymtable]) and
|
||||
not procdefinition.no_self_node then
|
||||
internalerror(200305061);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user