dfmt/tests/issue0123.d

5 lines
160 B
D

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