pascalabcnet/TestSuite/errors/err0273.pas
Бондарев Иван 3dc45ff403 static classes #772
2018-09-22 17:49:47 +02:00

8 lines
103 B
ObjectPascal

type TClass = static class
class j: integer;
property p: integer read j write j;
end;
begin
end.