mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 04:19:28 +02:00
15 lines
148 B
ObjectPascal
15 lines
148 B
ObjectPascal
unit uw40621;
|
|
{$mode delphiunicode}{$H+}
|
|
|
|
interface
|
|
|
|
type
|
|
TRecord< T > = record
|
|
private
|
|
PrivateMember: string;
|
|
end;
|
|
|
|
implementation
|
|
end.
|
|
|