[Issue 16574] [REG 2.072.0-b1] Unexplained errors about functions that overridde anything

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Oct 6 12:26:23 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16574

--- Comment #3 from b2.temp at gmx.com ---
What happens is that an alias declaration inside a class creates a silent error
(this is a second issue). When the alias is put out of the class the "real"
error appears before those related to overriding. 

The project is updated
https://github.com/BBasile/kheops/commit/c9522681ee5ffd3d6d4bb298d4a5597bcbb1d510

>From now, to see the regression just clone, "cd kheops" and "dub".

--


More information about the Digitalmars-d-bugs mailing list