fpc/tests/test/uexrtti16.pp
2024-07-19 16:05:14 +02:00

18 lines
204 B
ObjectPascal

unit uexrtti16;
{$mode objfpc}
interface
Type
{$RTTI EXPLICIT
PROPERTIES([vcPublic])
FIELDS([vcPublic])
METHODS([vcPublic])}
TBase = Class(TObject)
end;
implementation
end.