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