lazarus/components/codetools/examples/testscompleteblock/beginwithoutindent1_result1.inc
2009-08-20 06:44:46 +00:00

12 lines
88 B
PHP

{%MainUnit unit1.pas}
procedure Do1;
begin
if true then begin
aa;
xx
end;
end;