mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00
15 lines
271 B
D
15 lines
271 B
D
struct SomeStructName
|
|
{
|
|
static struct InnerStruct
|
|
{
|
|
version (linux)
|
|
{
|
|
static if (condition)
|
|
{
|
|
void longFunctionName(AAAAAAAA)(AAAAAAAA a) @property if (someThingsAreTrue!AAAAAAAA && long_condition && is(elaborate == expression))
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|