* Handle forward external objcclass

This commit is contained in:
Michaël Van Canneyt 2023-11-17 16:23:06 +01:00
parent b7c00a2116
commit 5b1574bd63

View File

@ -7456,6 +7456,9 @@ begin
begin
Result:=True;
NextToken;
// Forward external declaration ?
if CurToken=tkSemicolon then
exit;
if CurToken<>tkString then
UnGetToken
else