dfmt/tests/allman/issue0123.d.ref

8 lines
184 B
Plaintext

struct State
{
this(uint breaks, const Token[] tokens, immutable short[] depths,
const Config* config, int currentLineLength, int indentLevel) pure @safe
{
}
}