dfmt/tests/keep_break_in_array_arg.d
2023-03-20 18:23:33 +01:00

11 lines
73 B
D

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