pascalabcnet/TestSuite/errors/err0194.pas

14 lines
168 B
ObjectPascal
Raw Permalink Normal View History

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