~~ doWhileStatement.bracePosition: nextLine, lineWidth: 40 ~~
== should use the next line for the brace position ==
do {
} while (true);

[expect]
do
{
} while (true);
