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

14 lines
150 B
ObjectPascal

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