mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:49:17 +02:00
* report correct location of classes that miss method implementations for
interfaces/protocols they implement/conform to git-svn-id: trunk@15410 -
This commit is contained in:
parent
73bfdcf8b8
commit
6e12de117b
@ -500,7 +500,7 @@ implementation
|
||||
else
|
||||
if (ImplIntf.IType=etStandard) and
|
||||
not(po_optional in tprocdef(def).procoptions) then
|
||||
Message1(sym_e_no_matching_implementation_found,tprocdef(def).fullprocname(false));
|
||||
MessagePos1(_Class.typesym.fileinfo,sym_e_no_matching_implementation_found,tprocdef(def).fullprocname(false));
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user