dfmt/tests/keep_break_in_array_arg.d

12 lines
73 B
D

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