dfmt/tests/allman/issue0209.d.ref

24 lines
395 B
Plaintext

unittest
{
{
public Vector!(T) opBinary(string op, string file = __FILE__, size_t line = __LINE__)(
const Vector!(T) x) const if (op == "*")
in
{
}
body
{
}
}
}
public Vector!(T) opBinary(string op, string file = __FILE__, size_t line = __LINE__)(
const Vector!(T) x) const if (op == "*")
in
{
}
body
{
}