tw3480a.pp 302 B

12345678910111213141516171819
  1. { %fail }
  2. { Source provided for Free Pascal Bug Report 3480 }
  3. { Submitted by "Danny Milosavljevic" on 2004-12-26 }
  4. { e-mail: [email protected] }
  5. program z;
  6. {$ifdef fpc}{$mode delphi}{$endif}
  7. type
  8. IBla = interface
  9. { This is not allowed }
  10. class function X: Boolean;
  11. end;
  12. end;
  13. begin
  14. end.