pascalabcnet/TestSuite/usesunits/use_partial_2429.pas

6 lines
79 B
ObjectPascal
Raw Permalink Normal View History

2021-02-07 15:29:53 +03:00
uses u_partial_2429;
begin
var a := new t1;
Assert(a.f1 = 5);
end.