pascalabcnet/TestSuite/errors/err0193.pas

14 lines
150 B
ObjectPascal
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
uses System;
type
[Console]
MyClassAttr = class
a : integer;
public fA : string;
public property Prop : integer read a write a;
end;
begin
end.