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

14 lines
167 B
ObjectPascal

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