dfmt/tests/otbs/issue0153.d.ref

5 lines
123 B
Plaintext

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