dfmt/tests/allman/issue0153.d.ref

8 lines
131 B
Plaintext

class Foo(T) : FirstInterfaceWithVeryLongName,
SecondInterfaceWithVeryLongName if (is(T : Bar))
{
void foo()
{
}
}