pascalabcnet/TestSuite/units/u_methodcall3.pas

10 lines
94 B
ObjectPascal
Raw Permalink Normal View History

2021-10-19 22:05:16 +03:00
unit u_methodcall3;
type
t1<T> = class
procedure p1 := exit;
end;
end.