dfmt/tests/otbs/issue0153.d.ref

6 lines
131 B
Plaintext

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