~~ arguments.preferSingleLine: true ~~
== should not keep multi-line when multi-line and below the line width ==
call(
    testing,
    testing,
);

[expect]
call(testing, testing);
