Title:
  Imported function conflict with an another imported function
Goal:
  Contract the last two argument of `element/3' function into tuple.
Parameters:
  [{file,"export.erl"}, {posrange,{51,53}}].
Documentation:
  Accept. The selection is "B,C".  If we contract the last two
  agruments of the `element/3' function into tuple that will create a
  new function `element' with arity 2, that could introduce a conflict
  with the auto imported `erlang:element/2' function. The imprt form
  is removed from the module and the function application is
  qualified, thus the conflict is resolved.
