fpc/tests/webtbf/tw36223.pp
2019-11-01 15:02:31 +00:00

19 lines
225 B
ObjectPascal

{ %FAIL }
{$mode objfpc}
{$modeswitch multihelpers}
unit tw36223;
interface
uses
SysUtils;
type
// ERROR: Compilation raised exception internally
TMyHelper = class helper for TSomeObject
end;
implementation
end.