dfmt/tests/knr/issue0153.d.ref

7 lines
135 B
Plaintext

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