On Mon, Aug 10, 2020 at 02:37:06PM -0400, Andrei Alexandrescu via Digitalmars-d wrote:
> class A {
> this(T)() {}
> }
>
> class B : A {
> this() { super!int(); }
> }
>
> Error: found ! when expecting ; following statement
>
> That should work, shouldn't it?
Looks like a bug. :-)
T
--
Caffeine underflow. Brain dumped.