dfmt/tests/otbs/issue0123.d.ref

6 lines
180 B
Plaintext

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