mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 13:42:59 +02:00
13 lines
242 B
ObjectPascal
13 lines
242 B
ObjectPascal
{ Source provided for Free Pascal Bug Report 2650 }
|
|
{ Submitted by "marcov" on 2003-08-21 }
|
|
{ e-mail: marco@freepascal.org }
|
|
|
|
{$mode Delphi}
|
|
|
|
type someclass=class
|
|
property integer :integer;
|
|
end;
|
|
|
|
begin
|
|
end.
|