dfmt/tests/allman/issue0154.d.ref

8 lines
99 B
Plaintext

class Foo(T) if (is(T : Bar) && is(T : Baz))
{
}
class Foo(T) if (is(T : Bar) || is(T : Baz))
{
}