tw2650.pp 340 B

1234567891011121314151617
  1. { %fail }
  2. { no longer supported by current Delphi versions and doesn't mean anything
  3. anyway }
  4. { Source provided for Free Pascal Bug Report 2650 }
  5. { Submitted by "marcov" on 2003-08-21 }
  6. { e-mail: [email protected] }
  7. {$mode Delphi}
  8. type someclass=class
  9. property integer :integer;
  10. end;
  11. begin
  12. end.