Semi colon faking IF statement !

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9723 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa 2025-04-11 16:50:47 +00:00
parent 689d323d5c
commit d9be67cf8e

View File

@ -1893,7 +1893,7 @@ begin
raise EXsdParserException.CreateFmt(SERR_ExpectedTypeDefinition,[FTypeName]);
locContinue := locSym.InheritsFrom(TPasUnresolvedTypeRef) or
( IsEmbeddedType(TPasType(locSym)) <> FEmbededDef );
if not locContinue then;
if not locContinue then
Result := locSym as TPasType;
end;
if locContinue then begin