[Issue 23326] invariant syntax is inconsistently strict for annotations
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Sep 5 09:03:56 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=23326
Nick Treleaven <nick at geany.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nick at geany.org
--- Comment #2 from Nick Treleaven <nick at geany.org> ---
Also for the override attribute:
override void f() {} // ok
void f() override {} // error
--
More information about the Digitalmars-d-bugs
mailing list