dfmt/tests/allman/issue0216.d.ref

8 lines
138 B
Plaintext

unittest
{
if (something || somethingElse || // I like putting comments here for no good reason
thirdThing)
{
}
}