Problems with -checkaction=context

Per Nordlöw per.nordlow at gmail.com
Tue Mar 26 11:05:11 UTC 2019


On Tuesday, 26 March 2019 at 10:47:18 UTC, Per Nordlöw wrote:
> Compiling
>
> import std.experimental.all;
>
> @safe pure nothrow @nogc unittest
> {
>     assert(1 == 3);
> }

Note that code compiles and runs correctly if the import is 
removed.


More information about the Digitalmars-d mailing list