14 lines
131 B
ObjectPascal
14 lines
131 B
ObjectPascal
|
|
type
|
|||
|
|
|
|||
|
|
{$region t1}
|
|||
|
|
|
|||
|
|
t1 = class
|
|||
|
|
{$region t2}
|
|||
|
|
procedure Test;
|
|||
|
|
{$endregion}
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
{$endregion}
|
|||
|
|
|
|||
|
|
begin
|
|||
|
|
end.
|