pascalabcnet/TestSamples/_SemErrorTests/err0194.pas
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

14 lines
168 B
ObjectPascal

uses System;
type
[System.Console.WindowLeft]
MyClassAttr = class
a : integer;
public fA : string;
public property Prop : integer read a write a;
end;
begin
end.