mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00
29 lines
223 B
D
29 lines
223 B
D
void functionName()
|
|
{
|
|
|
|
}
|
|
|
|
void main()
|
|
{
|
|
static if (true)
|
|
{
|
|
if (true && {
|
|
functionName();
|
|
functionName();
|
|
functionName();
|
|
functionName();
|
|
return true;
|
|
}())
|
|
{
|
|
|
|
}
|
|
else
|
|
{
|
|
|
|
}
|
|
}
|
|
else
|
|
{
|
|
|
|
}
|
|
}
|