lazarus/components/codetools/examples/scanexamples/completeprocbeginend.pas
mattias 9d8b18caee codetools: examples: fixed completeblock
git-svn-id: trunk@56266 -
2017-11-03 22:28:27 +00:00

8 lines
80 B
ObjectPascal

unit CompleteProcBeginEnd;
interface
implementation
procedure DoIt;
begin
end.