dfmt/tests/allman/issue0153.d.ref

8 lines
135 B
Plaintext

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