tw13971d.pp 199 B

123456789101112131415161718
  1. { %fail }
  2. {$ifdef fpc}
  3. {$mode objfpc}
  4. {$endif}
  5. type
  6. tc = class
  7. function getx(i: longint): longint;
  8. default: longint;
  9. end;
  10. function tc.getx(i: longint): longint;
  11. begin
  12. end;
  13. begin
  14. end.