lazarus/components/codetools/tests/pt_thlp1.pas
mattias e186e659ff codetools: tests for nested classes
git-svn-id: trunk@48535 -
2015-03-30 16:22:08 +00:00

20 lines
206 B
ObjectPascal

{fail:type helper}
program pt_thlp1;
{$mode objfpc}{$H+}
{$modeswitch typehelpers-}
type
TTest = type helper {fail}for LongInt
procedure Test;
end;
procedure TTest.Test;
begin
end;
begin
end.