dfmt/tests/issue0153.d
2015-05-13 14:39:34 -07:00

5 lines
121 B
D

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