dfmt/tests/issue0216.d

9 lines
121 B
D

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