lazarus/components/codetools/examples/testscompleteblock/beginwithoutindent1.inc
2009-06-03 21:34:04 +00:00

11 lines
87 B
PHP

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