dfmt/tests/allman/keep_break_in_array_arg.d.ref

12 lines
77 B
Plaintext

unittest
{
f([
x
]);
}
void f(T[] x,
const U y)
{
}