dfmt/tests/otbs/keep_break_in_array_arg.d.ref

10 lines
77 B
Plaintext

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