|
@@ -680,6 +680,8 @@ implementation
|
|
cji: boolean;
|
|
cji: boolean;
|
|
begin
|
|
begin
|
|
ImplIntfCount:=_class.ImplementedInterfaces.count;
|
|
ImplIntfCount:=_class.ImplementedInterfaces.count;
|
|
|
|
+ if ImplIntfCount=0 then
|
|
|
|
+ exit;
|
|
SetLength(compats,ImplIntfCount);
|
|
SetLength(compats,ImplIntfCount);
|
|
SetLength(aequals,ImplIntfCount);
|
|
SetLength(aequals,ImplIntfCount);
|
|
SetLength(impls,ImplIntfCount);
|
|
SetLength(impls,ImplIntfCount);
|