mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-23 12:56:17 +02:00
+ Added last message
This commit is contained in:
parent
0dd9b0b7de
commit
f75725ddf3
@ -753,6 +753,10 @@ parser_w_no_objpas_use_mode=W_De OBJPAS unit niet manueel laden, gebruik {$mode
|
||||
parser_e_no_object_override=E_OVERRIDE kan niet gebruikt worden in objecten
|
||||
% Override isn't support for objects, use VIRTUAL instead to override
|
||||
% a method of an anchestor object
|
||||
parser_e_cant_use_inittable_here=E_Data types die initializatie/finalizatie vereisen zijn niet toegestaan in variabele records.
|
||||
% Some data type (e.g. \var{ansistring}) needs initialization/finalization
|
||||
% code which is implicitly generated by the compiler. Such data types
|
||||
% can't be used in the variant part of a record.
|
||||
% \end{description}
|
||||
#
|
||||
# Type Checking
|
||||
|
Loading…
Reference in New Issue
Block a user