mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 11:29:20 +02:00
parent
3a43373fb6
commit
69bc1a1540
@ -1932,7 +1932,7 @@ begin
|
||||
' PRec = ^specialize TRec<word>;',
|
||||
'begin',
|
||||
'']);
|
||||
CheckParserException('Expected "Identifier or file"',nParserExpectTokenError);
|
||||
CheckParserException('Expected "Identifier" at token "specialize" in file afile.pp at line 4 column 11',nParserExpectTokenError);
|
||||
end;
|
||||
|
||||
procedure TTestResolveGenerics.TestGen_HelperForArray;
|
||||
|
@ -16489,7 +16489,7 @@ begin
|
||||
Add([
|
||||
'type p = ^(red, green);',
|
||||
'begin']);
|
||||
CheckParserException('Expected "Identifier or file"',
|
||||
CheckParserException('Expected "Identifier" at token "(" in file afile.pp at line 2 column 11',
|
||||
nParserExpectTokenError);
|
||||
end;
|
||||
|
||||
|
@ -442,7 +442,8 @@ const
|
||||
'Static',
|
||||
'Varargs',
|
||||
'ReferenceTo',
|
||||
'Async'
|
||||
'Async',
|
||||
'Far'
|
||||
);
|
||||
|
||||
PCUProcedureMessageTypeNames: array[TProcedureMessageType] of string = (
|
||||
@ -484,7 +485,8 @@ const
|
||||
'LogicalXor',
|
||||
'RightShift',
|
||||
'Enumerator',
|
||||
'In'
|
||||
'In',
|
||||
'Initialize'
|
||||
);
|
||||
|
||||
PCUProcedureModifierNames: array[TProcedureModifier] of string = (
|
||||
|
Loading…
Reference in New Issue
Block a user