Title: The handling of imported functions
Goal: accept
Status: unsupported
Parameters: [{file,"filest.erl"},{funlist,[{fx,1}]},{name,"files2"}].
Documentation: The module of the moved function is imported in the target and other modules as well. The import has to be deleted in the target module and the import module name has to be changed in the other modules. The function in the source module has to be removed from the export list. The transformation can be executed.
