codetools: examples: fixed getexpandedoperand

git-svn-id: trunk@56275 -
This commit is contained in:
mattias 2017-11-04 07:53:54 +00:00
parent b68511ef69
commit 1cacc05f7e

View File

@ -48,7 +48,7 @@ var
begin
Filename:='scanexamples/getterexample1.pas';
X:=14;
Y:=56;
Y:=54;
if (ParamCount>=1) and (Paramcount<3) then begin
writeln('Usage:');
writeln(' ',ParamStr(0));