dfmt/tests/issue0142.d
2015-04-27 15:46:19 -07:00

4 lines
42 B
D

class Bar(A) : Foo if (isFloating!A)
{
}