mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-27 05:39:56 +03:00
10 lines
194 B
Text
10 lines
194 B
Text
void foo()()
|
|
if (dogs && pigs && birds && ants && foxes && flies && cats && bugs && bees
|
|
&& cows && sheeps && monkeys && whales)
|
|
{
|
|
}
|
|
|
|
void foo()()
|
|
if (dogs && pigs && birds)
|
|
{
|
|
}
|