[Issue 20808] [regression] opDispatch error disappears!

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 16 12:14:45 UTC 2022


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

--- Comment #8 from RazvanN <razvan.nitu1305 at gmail.com> ---
(In reply to Adam D. Ruppe from comment #6)
> "it compiles just fine" IS the bug. It suppresses an error that should have
> terminated the compilation.

What I was saying is that both:

globals.printInt = &printInt;
globals["printInt"] = &printInt;

are compiling.

--


More information about the Digitalmars-d-bugs mailing list