Title:
  Not exported function conflict with an auto imported function
Goal:
  Contract the first two argument of `apply/4' function into tuple.
Parameters:
  [{file,"export.erl"}, {posrange,{48,50}}].
Documentation:
  Deny. The selection is "A,B".
  If we contract the first two agruments of the `apply/4' function into tuple 
  than we will create a new three arity `apply' function which is conflict with 
  the auto imported `erlang:apply/3' function. But `apply/4' is not exported 
  so the conflict is conflict in not soluble in any way.
