mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:49:09 +02:00
* clarify purpose of texrtti18 and texrtti19
This commit is contained in:
parent
823b376a9d
commit
782b707763
@ -2,6 +2,8 @@
|
||||
|
||||
uses TypInfo;
|
||||
|
||||
{ Check that the class RTTI does not have information about array properties }
|
||||
|
||||
type
|
||||
{$RTTI EXPLICIT
|
||||
FIELDS([vcPublic])
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
uses TypInfo;
|
||||
|
||||
{ Check that extended RTTI has information about array properties }
|
||||
|
||||
type
|
||||
{$RTTI EXPLICIT
|
||||
FIELDS([vcPublic])
|
||||
|
Loading…
Reference in New Issue
Block a user