Title: Unchanged outer scope
Goal: Rename variable `X' in the argument list of the fun expression to `Z'.
Parameters: [{file,"var4.erl"},{position,47},{varname,"Z"}].
Documentation: The variables in the fun-expression are renamed, but the other variables are not, because the fun expression introduce a new scope.
