Title: Eliminated variable name conflict
Goal: Inline the function application `dummy/1'. The cursor is on "dummy(A)}".
Parameters: [{file,"in1.erl"},{position,93}].
Documentation: There is a variable name conflict between the scope of the function application and the function clause. The conflict causes the variable with name `B', it is bound in the parameter list of the function `sort/2', and in the body of the `dummy/1' in the expression `B = A'. The transformation requires a variable renaming compensation, thus the variable `B' in the inlined code part is renamed to `B_0'.