~~ callExpression.preferHangingArguments: true, lineWidth: 40 ~~
== should force multi-line arguments when exceeding the line width ==
call(testing, thisOut, byExceeding, theLineWidth);

[expect]
call(testing, thisOut, byExceeding,
    theLineWidth);
