dfmt/tests/knr/issue0123.d.ref

7 lines
184 B
Plaintext

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