fpc/tests/webtbs/tw39829.pp

19 lines
307 B
ObjectPascal

{ %norun }
unit tw39829;
{$mode objfpc}{$H+}
interface
type
{ TLazDebugExtensionStringTreeController }
TLazDebugExtensionStringTreeController = class
protected type
LazDebugExtension1234567890abcdefghijTLazDebugExtensionVaria = (vfLoading, vfChanged, vfOutdated);
end;
implementation
end.