dfmt/tests/issue0123.d
2015-03-24 14:48:04 -07:00

4 lines
160 B
D

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