pascalabcnet/TestSuite/lambda_static_meth_def_outof_class.pas

14 lines
162 B
ObjectPascal
Raw Permalink Normal View History

2019-07-02 23:04:50 +03:00
type A = class
static function X := 1;
static procedure p;
end;
static procedure A.p;
begin
var s := X;
ArrGen(10,i->i);
end;
begin
end.