Title:
  Not imported function conflict with an imported function
Goal:
  Contract the both two argument of `import:list/2' function into tuple.
Parameters:
  [{file,"import.erl"}, {posrange,{114,116}}].
Documentation:
  Deny. The selection is "a,b".
  If we contract the both two agruments of the `list/2' function into tuple 
  than we will create a new one arity `list' function which is conflict with 
  the imported `export:list/1' function. In this case the conflict in not 
  soluble in any way.
