Title: Moving a function with hrl record name conflict
Goal: deny
Parameters: [{file,"record4.erl"},{funlist,[{fun2,1}]},{name,"record4t"}].
Documentation: The moved function refers to a record in the hrl. There is an identical record in the target module, but the hrl file was not included. Record definition matching is not supported, so the function can not use the record of the target module and the situation is considered a name clash. The transformation must be denied.
