fpc/tests/webtbf/uw40621.pp

15 lines
148 B
ObjectPascal

unit uw40621;
{$mode delphiunicode}{$H+}
interface
type
TRecord< T > = record
private
PrivateMember: string;
end;
implementation
end.