Title: Name clash with a local function in a module that imports the function to be renamed
Goal: Rename functions named `f' to `alpha' in `export.erl'.
Parameters: [{module,export},{funname,f},{name,alpha}].
Documentation: The tool denies the transformation, because some new functions
 would be imported in `import', so they would clash with `alpha/0' in `import.erl'.
