dfmt/tests/issue0586_keep_line_breaks.d

8 lines
84 B
D

void test()
{
return Struct(
foo: field.foo,
bar: field.bar,
baz: field.baz);
}