~~ whileStatement.spaceAfterWhileKeyword: false ~~
== should print ==
while (true) {
}

[expect]
while(true) {
}
