lazarus/components/codetools/examples/testscompleteblock/tryif1.inc
mattias dbd54e5026 codetools test: added test for try if finally
git-svn-id: trunk@21424 -
2009-08-23 12:57:23 +00:00

11 lines
80 B
PHP

{%MainUnit unit1.pas}
procedure Do1;
begin
try
if
finally
end;
end;