pascalabcnet/TestSuite/lambda_static_meth_def_outof_class.pas
Mikhalkovich Stanislav 2575d8a335 fix #2027
2019-07-02 23:04:50 +03:00

14 lines
162 B
ObjectPascal

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.