Title: Name clash with an imported function in a module that imports the function to be renamed
Goal: Rename `f/1' to `reverse' in `export.erl'.
Parameters: [{file,"export.erl"},{position,34},{name,"reverse"}].
Documentation: The tool denies the transformation, because the new function
 would be imported in `import', so it would clash with `lists:reverse/1', which
 is also imported there.
