dfmt/tests/issue0216.d
2016-01-18 14:06:47 -08:00

8 lines
121 B
D

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