[Issue 23326] invariant syntax is inconsistently strict for annotations

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Sep 4 19:21:26 UTC 2022


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

Dennis <dkorpel at live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel at live.nl

--- Comment #1 from Dennis <dkorpel at live.nl> ---
Notably the same applies to unittest:

```
@nogc unittest {}  // fine
unittest @nogc {}  // compilation errors with -unittest
```

--


More information about the Digitalmars-d-bugs mailing list