https://issues.dlang.org/show_bug.cgi?id=15462
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #2 from RazvanN <[email protected]> --- Running this code I end up with: est.d(3): Error: class `test.TaskFiber` cannot implicitly generate a default constructor when base class `core.thread.fiber.Fiber` is missing a default constructor Which is exactly the same no matter how I reorder the statements. --
