pascalabcnet/TestSuite/units/u_deconstruct1.pas

7 lines
104 B
ObjectPascal
Raw Permalink Normal View History

2023-04-09 13:39:47 +03:00
unit u_deconstruct1;
type
t1 = class
procedure Deconstruct(var a,b: byte) := exit;
end;
end.