Title: Not qualified, but imported function call in the body of the function
Goal: Inline the `sort_and_tuple/2' function from `in11b' in the body of the `sort/2' function in `in11a' module.
Parameters: [{file,"in11a.erl"},{position,58}].
Documentation: The definition of the function application `sort_and_tuple/2' is from module `in11b'. The body of the function contains a not qualified function application `dummy/1', but this function is imported from the `mod' module. The inline of the qualified `in10b:sort_and_tuple/2' function is allowed. The function application is replaced with the sequence of expression from the body of the function and the function application `dummy/1' is qualified with the `mod' module. 
